From bc0d0ce0724322138ec44f942dbded05ad33818c Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 21 Dec 2004 21:40:36 +0000 Subject: [PATCH] Fix vgdisplay -s. Breaks (undocumented) lvs/pvs/vgs -s instead for now. --- WHATS_NEW | 1 + tools/args.h | 2 +- tools/commands.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index bdab41f97..6203cf298 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.00.32 - ==================================== + Fix vgdisplay -s. Breaks (undocumented) lvs/pvs/vgs -s instead for now. Fix device reference counting on re-opens. Ignore sysfs symlinks when DT_UNKNOWN. Add clvmd init script for RHEL4. diff --git a/tools/args.h b/tools/args.h index 41eedf8d1..ce336a82e 100644 --- a/tools/args.h +++ b/tools/args.h @@ -43,6 +43,7 @@ arg(mknodes_ARG, '\0', "mknodes", NULL) arg(minor_ARG, '\0', "minor", minor_arg) arg(type_ARG, '\0', "type", segtype_arg) arg(alloc_ARG, '\0', "alloc", alloc_arg) +arg(separator_ARG, '\0', "separator", string_arg) /* Allow some variations */ arg(resizable_ARG, '\0', "resizable", yes_no_arg) @@ -99,7 +100,6 @@ arg(readahead_ARG, 'r', "readahead", int_arg) arg(resizefs_ARG, 'r', "resizefs", NULL) arg(reset_ARG, 'R', "reset", NULL) arg(physicalextentsize_ARG, 's', "physicalextentsize", size_mb_arg) -arg(separator_ARG, 's', "separator", string_arg) arg(stdin_ARG, 's', "stdin", NULL) arg(snapshot_ARG, 's', "snapshot", NULL) arg(short_ARG, 's', "short", NULL) diff --git a/tools/commands.h b/tools/commands.h index c249d8959..438eda8d6 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -654,7 +654,7 @@ xx(vgdisplay, activevolumegroups_ARG, aligned_ARG, colon_ARG, columns_ARG, disk_ARG, ignorelockingfailure_ARG, noheadings_ARG, nosuffix_ARG, options_ARG, - partial_ARG, separator_ARG, short_ARG, sort_ARG, unbuffered_ARG, units_ARG) + partial_ARG, short_ARG, separator_ARG, sort_ARG, unbuffered_ARG, units_ARG) xx(vgexport, "Unregister volume group(s) from the system",