SMHV は、削除に失敗した後、期限切れのバックアップ Snapshot を保持します
に適用されます
- SnapManager for Hyper-V ( SMHV ) 2.1.4
- SnapDrive for Windows 7.1.5
- ONTAP 9.5
問題
- SMHV は、保持期間を過ぎたバックアップ Snapshot を保持します。
- SMHV Backup Report に、バックアップ Snapshot の削除に失敗したことが示されています。
Processing deletion of backup snapshots..
Deleting snapshot: [Snapshot: <SNAPSHOT_NAME>,VolumeID: <VOLUME_ID>,Storage system: <SVM_NAME>,Volume: <VOLUME_NAME>,LunPath: <LUNPATH> ]
An error occurred while deleting snapshots <SNAPSHOT_NAME>
SnapDriveDebug.log
Remove-NcSnapshot
は、次のエラーによってコマンドが失敗することを示しています。
General Verbose Command starts: Remove-NcSnapshot -Volume <VOLUME_NAME> -Snapshot <SNAPSHOT_NAME>
General Verbose ++PSHelper::RunCommand
General Critical Failed to run a command Remove-NcSnapshot.
Exception : Message : The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Snapshot is in use
Source : System.Management.Automation
StackTrace : at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)
at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()
at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc()
Data :
General Verbose --PSHelper::RunCommand
snapshot-delete
ONTAP の ZAPI の結果、次/mroot/etc/log/mlog/audit.log
のエラーが返されます。
<netapp version='1.7' xmlns='http://www.netapp.com/filer/admin' vfiler='<SVM_NAME>'><snapshot-delete> <snapshot><SNAPSHOT_NAME></snapshot> <volume><VOLUME_NAME></volume></snapshot-delete></netapp> :: Pending
Snapshot copy "<SNAPSHOT_NAME>" of volume "<VOLUME_NAME>" on Vserver "<SVM_NAME>" has not expired or is locked. Use the "snapshot show -fields owners, expiry-time" command to view the expiry and lock status of the Snapshot copy. :: ONTAPI :: Error