We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c6745 commit 68f7bd9Copy full SHA for 68f7bd9
src/ugrd/fs/lvm.py
@@ -1,5 +1,5 @@
1
__author__ = 'desultory'
2
-__version__ = '1.2.1'
+__version__ = '1.2.2'
3
4
from zenlib.util import contains
5
@@ -16,5 +16,4 @@ def init_lvm(self) -> None:
16
""" Returns bash lines to initialize LVM """
17
return ['einfo "Initializing LVM, module version %s"' % __version__,
18
'einfo "$(vgchange -ay)"',
19
- 'einfo "$(lvscan)"',
20
'einfo "$(vgscan --mknodes)"']
0 commit comments