From 89c65d4f71e51c2db4fcba176546d2474e3451bd Mon Sep 17 00:00:00 2001 From: David Teigland Date: Fri, 6 Apr 2018 13:18:03 -0500 Subject: remove unnecessary REQUIRES_FULL_LABEL_SCAN we always scan all devices --- tools/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/commands.h') diff --git a/tools/commands.h b/tools/commands.h index cbd527b58..3d142c339 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -225,7 +225,7 @@ xx(vgremove, xx(vgrename, "Rename a volume group", - ALLOW_UUID_AS_NAME | REQUIRES_FULL_LABEL_SCAN) + ALLOW_UUID_AS_NAME) xx(vgs, "Display information about volume groups", -- cgit v1.2.1