-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow passing arguments to report functions, and use where possible.
This adds passing arguments to getPvReport getLvReport getVgReport And then uses those to not get full lvm reports when only one device is expected. The big win is that the CreateLV, CreatePV, CreateVG functions no longer do a scan of all of lvm after doing their job. They specifically ask about the device they know they created.
- Loading branch information
1 parent
5e5fc2e
commit d2eda4f
Showing
2 changed files
with
35 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters