Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding is_space_enforcement_logical, is_space_reporting_logical… #3301

Merged
merged 1 commit into from
Nov 18, 2024
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
4 changes: 4 additions & 0 deletions conf/rest/9.10.0/svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ object: svm
counters:
- ^^vserver => svm
- ^anti_ransomware_default_volume_state => anti_ransomware_state
- ^is_space_enforcement_logical => is_space_enforcement_logical
- ^is_space_reporting_logical => is_space_reporting_logical
- ^operational_state => state
- ^type => type
- ^uuid => uuid
Expand Down Expand Up @@ -73,6 +75,8 @@ export_options:
- fpolicy_enabled
- fpolicy_name
- insecured
- is_space_enforcement_logical
- is_space_reporting_logical
- iscsi_authentication_type
- iscsi_service_enabled
- ldap_session_security
Expand Down
4 changes: 4 additions & 0 deletions conf/rest/9.12.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ counters:
- ^clone_volume => is_flexclone
- ^is_encrypted => isEncrypted
- ^is_sis_volume => is_sis_volume
- ^is_space_enforcement_logical => is_space_enforcement_logical
- ^is_space_reporting_logical => is_space_reporting_logical
- ^junction_path => junction_path
- ^nodes => node
- ^snaplock_type => snaplock_type
Expand Down Expand Up @@ -133,6 +135,8 @@ export_options:
- isEncrypted
- isHardwareEncrypted
- is_sis_volume
- is_space_enforcement_logical
- is_space_reporting_logical
- junction_path
- root_volume
- snaplock_type
Expand Down
4 changes: 4 additions & 0 deletions conf/rest/9.14.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ counters:
- ^clone_volume => is_flexclone
- ^is_encrypted => isEncrypted
- ^is_sis_volume => is_sis_volume
- ^is_space_enforcement_logical => is_space_enforcement_logical
- ^is_space_reporting_logical => is_space_reporting_logical
- ^junction_path => junction_path
- ^nodes => node
- ^snaplock_type => snaplock_type
Expand Down Expand Up @@ -138,6 +140,8 @@ export_options:
- isHardwareEncrypted
- isProtected
- is_sis_volume
- is_space_enforcement_logical
- is_space_reporting_logical
- junction_path
- root_volume
- snaplock_type
Expand Down
4 changes: 4 additions & 0 deletions conf/rest/9.9.0/svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ object: svm

counters:
- ^^vserver => svm
- ^is_space_enforcement_logical => is_space_enforcement_logical
- ^is_space_reporting_logical => is_space_reporting_logical
- ^operational_state => state
- ^type => type

Expand Down Expand Up @@ -65,6 +67,8 @@ export_options:
- fpolicy_enabled
- fpolicy_name
- insecured
- is_space_enforcement_logical
- is_space_reporting_logical
- iscsi_authentication_type
- iscsi_service_enabled
- ldap_session_security
Expand Down
4 changes: 4 additions & 0 deletions conf/zapi/cdot/9.8.0/svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ counters:
vserver-info:
- ^^uuid => uuid
- ^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
- ^vserver-name => svm
- ^vserver-type => type
Expand Down Expand Up @@ -44,6 +46,8 @@ export_options:
- fpolicy_enabled
- fpolicy_name
- insecured
- is_space_enforcement_logical
- is_space_reporting_logical
- iscsi_authentication_type
- iscsi_service_enabled
- ldap_session_security
Expand Down
4 changes: 4 additions & 0 deletions conf/zapi/cdot/9.8.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ counters:
- volume-snapshot-autodelete-attributes:
- ^is-autodelete-enabled => snapshot_autodelete
- volume-space-attributes:
- ^is-space-enforcement-logical => is_space_enforcement_logical
- ^is-space-reporting-logical => is_space_reporting_logical
- expected-available
- filesystem-size => filesystem_size
- logical-available
Expand Down Expand Up @@ -127,6 +129,8 @@ export_options:
- isHardwareEncrypted
- isProtected
- is_sis_volume
- is_space_enforcement_logical
- is_space_reporting_logical
- junction_path
- node_root
- root_volume
Expand Down