mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2014.7' into '2015.5'
Conflicts: - salt/modules/linux_lvm.py
This commit is contained in:
commit
51240ecb13
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,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