From 4fd8347e842af61681c1718e456500b92c5b6ea9 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 30 Nov 2011 17:21:32 -0600 Subject: [PATCH] DAFS: Log more for VPreAttachVolumeByVp odd states When we encounter "odd" states in VPreAttachVolumeByVp_r, say what the actual state we encountered was, along with the attach flags, so we have a better idea of what's going on. Change-Id: Ic5d07d249db7b51301b3ac903ba987cfa21922ee Reviewed-on: http://gerrit.openafs.org/6166 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/vol/volume.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vol/volume.c b/src/vol/volume.c index 0a32c81a3..8d1cdfc87 100644 --- a/src/vol/volume.c +++ b/src/vol/volume.c @@ -2149,7 +2149,8 @@ VPreAttachVolumeByVp_r(Error * ec, * - volume is in an error state * - volume is pre-attached */ - Log("VPreattachVolumeByVp_r: volume %u not in quiescent state\n", vid); + Log("VPreattachVolumeByVp_r: volume %u not in quiescent state (state %u flags 0x%x)\n", + vid, V_attachState(vp), V_attachFlags(vp)); goto done; } else if (vp) { /* we're re-attaching a volume; clear out some old state */ -- 2.39.5