Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258547 - Continuing After a Reboot command wrong
Summary: Continuing After a Reboot command wrong
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: nm (RETIRED)
URL: http://www.gentoo.org/doc/en/lvm2.xml
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 02:42 UTC by Rory Ye
Modified: 2009-02-11 06:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rory Ye 2009-02-11 02:42:31 UTC
(Export all the volumes)
# vgexport -a vg
(Import all volumes)
# vgimport -a vg

the two command should be

(Export all the volumes)
# vgexport -a
(Import all volumes)
# vgimport -a

because No arguments permitted when using -a for all.


Reproducible: Always
Comment 1 nm (RETIRED) gentoo-dev 2009-02-11 06:42:52 UTC
Dunno when the command changed, exactly, but it's confirmed in latest stable lvm2.

Thanks for reporting; fixed in CVS.
Comment 2 Rory Ye 2009-02-11 06:48:29 UTC
Thanks  Josh Saddler's work.

:)