Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/rest/9.10.0/svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ plugins:
- type root_svm `admin` `Yes`
- type root_svm `system` `Yes`
value_to_num:
- new_status state online online `0`
- new_status state running running `0`
- ldap_signed ldap_session_security sign sign `0`
- ldap_encrypted ldap_session_security seal seal `0`
# - ChangeLog
Expand Down
2 changes: 1 addition & 1 deletion conf/rest/9.9.0/svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ plugins:
- type root_svm `admin` `Yes`
- type root_svm `system` `Yes`
value_to_num:
- new_status state online online `0`
- new_status state running running `0`
- ldap_signed ldap_session_security sign sign `0`
- ldap_encrypted ldap_session_security seal seal `0`
# - ChangeLog
Expand Down
4 changes: 2 additions & 2 deletions conf/zapi/cdot/9.8.0/svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ counters:
- ^anti-ransomware-default-volume-state => anti_ransomware_state
- ^is-space-enforcement-logical => is_space_enforcement_logical
- ^is-space-reporting-logical => is_space_reporting_logical
- ^state => state
- ^operational-state => state
- ^vserver-name => svm
- ^vserver-type => type
- name-server-switch:
Expand All @@ -29,7 +29,7 @@ plugins:
- type root_svm `node` `Yes`
- type root_svm `admin` `Yes`
value_to_num:
- new_status state online online `0`
- new_status state running running `0`
- ldap_signed ldap_session_security sign sign `0`
- ldap_encrypted ldap_session_security seal seal `0`
# - ChangeLog
Expand Down
Loading