diff --git a/command/volume_status.go b/command/volume_status.go index 977949b9b..f89ac87ff 100644 --- a/command/volume_status.go +++ b/command/volume_status.go @@ -109,11 +109,7 @@ func (c *VolumeStatusCommand) Run(args []string) int { return 1 } - // Truncate the id unless full length is requested - c.length = shortId - if c.verbose { - c.length = fullId - } + c.length = fullId // Get the HTTP client client, err := c.Meta.Client()