指定したノードでONTAPのリバートが失敗する
環境
- ONTAP 9
- ONTAPのリバート
問題
ONTAPのリバートはノード1では成功しますが、2ノードのHAペアクラスタ内のノード2では失敗します。
::*> system node revert-to -node node2 -version 9.12
Error: "9.12"is an invalid value for field "-version <revert version>"
        Valid choices in this command's context: 9.11
::*> run -node node2
 Type 'exit' or 'Ctrl-D' to return to the CLI
 node2> revert_to 9.12
 revert_to: Must first execute the clustershell system node revert-to command.
::*> system node image show 
          Is    Is                 Install
 Node    Image   Default Current Version           Date
 -------- ------- ------- ------- ------------------------- -------------------
 node1
      image1  true   true   9.12.1P7          10/5/2023 10:28:18
      image2  false   false   9.13.1P2          10/4/2023 19:03:18
 node2
      image1  false   false   9.12.1P7         10/5/2023 10:27:12
      image2  true    true   9.13.1P2          10/4/2023 19:03:50
 4 entries were displayed.
::*> system image modify -node  node2 -image image1 -isdefault true
Warning: The default boot image is an earlier major version than the currently running version of ONTAP. Rebooting with this image at this time is not supported. Follow revert procedure to revert to this image. If you continue, the default boot image will be reset to the currently running image and the node will reboot.Do you want to continue? {y|n}:ytrue の状態が維持されます。