/jail にあるディレクトリは、 SCV アプライアンスで MySQL バックアップパスが変更されたあとに削除される
環境
- SnapCenter Plug-in for VMware vSphere(SCV)4.4.3 ~ 4.5
- MySQL のバックアップ先が、デフォルトの
/opt/netapp/protectionservice/mysqldumps
() からに変更されました/jail
問題
/jail
ディレクトリは、 MySQL のバックアップが生成されたあとに削除されます。Job-<JOB_ID>.log
MySQL バックアップを作成する際に次のエラーが表示されます。
[ERR] System.IO.DirectoryNotFoundException: Could not find a part of the path '/jail/lib64'.
at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
at NetApp.DataProtection.JobManager.Workers.MySqlDumpWorker.PurgeDatabaseBackups(Int64 jobId, String folderPath, Int32 retentionCount)
- 次のエラーが原因で、 SCP が SCV に失敗する。
failed to run command '/bin/bash': No such file or directory