mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #36678 from rallytime/merge-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
This commit is contained in:
commit
8f1ba2fa26
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