mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add versionadded for new nqn arg in purefa module
This commit is contained in:
parent
7f7c9c0e5b
commit
01899bec0c
1 changed files with 2 additions and 0 deletions
|
@ -640,6 +640,7 @@ def host_create(name, iqn=None, wwn=None, nqn=None):
|
|||
iSCSI IQN of host
|
||||
nqn : string
|
||||
NVMeF NQN of host
|
||||
.. versionadded:: 3006.0
|
||||
wwn : string
|
||||
Fibre Channel WWN of host
|
||||
|
||||
|
@ -697,6 +698,7 @@ def host_update(name, iqn=None, wwn=None, nqn=None):
|
|||
name of host
|
||||
nqn : string
|
||||
Additional NVMeF NQN of host
|
||||
.. versionadded:: 3006.0
|
||||
iqn : string
|
||||
Additional iSCSI IQN of host
|
||||
wwn : string
|
||||
|
|
Loading…
Add table
Reference in a new issue