mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #36641 from fuzzy-id/fix-lvm-thin-argument
fix thin argument for `lvm.lvcreate'
This commit is contained in:
commit
86dc3dc9f7
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ def lvcreate(lvname, vgname, size=None, extents=None, snapshot=None, pv=None, **
|
|||
'monitor', 'ignoremonitoring', 'permission', 'poolmetadatasize',
|
||||
'readahead', 'regionsize', 'thin', 'thinpool', 'type', 'virtualsize',
|
||||
'zero',)
|
||||
no_parameter = ('noudevsync', 'ignoremonitoring', )
|
||||
no_parameter = ('noudevsync', 'ignoremonitoring', 'thin', )
|
||||
|
||||
extra_arguments = []
|
||||
if kwargs:
|
||||
|
|
Loading…
Add table
Reference in a new issue