From 81c9d4db5861779a428ec3cb3ac145263af1dd94 Mon Sep 17 00:00:00 2001 From: rahulguptajss Date: Thu, 16 Apr 2026 19:28:13 +0530 Subject: [PATCH] fix: update svm state from online to running --- conf/rest/9.10.0/svm.yaml | 2 +- conf/rest/9.9.0/svm.yaml | 2 +- conf/zapi/cdot/9.8.0/svm.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/rest/9.10.0/svm.yaml b/conf/rest/9.10.0/svm.yaml index 3a812ff6e..97a5df1b4 100644 --- a/conf/rest/9.10.0/svm.yaml +++ b/conf/rest/9.10.0/svm.yaml @@ -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 diff --git a/conf/rest/9.9.0/svm.yaml b/conf/rest/9.9.0/svm.yaml index 33095f7ad..386df6da9 100644 --- a/conf/rest/9.9.0/svm.yaml +++ b/conf/rest/9.9.0/svm.yaml @@ -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 diff --git a/conf/zapi/cdot/9.8.0/svm.yaml b/conf/zapi/cdot/9.8.0/svm.yaml index bfc91eedf..df3b2650b 100644 --- a/conf/zapi/cdot/9.8.0/svm.yaml +++ b/conf/zapi/cdot/9.8.0/svm.yaml @@ -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: @@ -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