Details
-
Bug
-
Resolution: Fixed
-
Major
-
Cheshire-Cat
-
Untriaged
-
1
-
Unknown
Description
1) In the Backup Service UI, for an active cloud backup repository, when you try to delete/remove a backup (by clicking on the trash icon in the backup listing), you get the error:
Could not delete backup: Could not remove backup. exit status1: Removing backup repository failed: you must provide the '--obj-staging-dir' argument.
|
2) With the Backup Service API, you get the same error returned – see example below:
% curl -X DELETE http://localhost:8097/api/v1/cluster/self/repository/active/mac_cluster4/backups/2021-05-28T19_30_46.552365-07_00 -u Administrator:password
|
|
{"status":500,"msg":"Could not remove backup","extras":"exit status 1: Removing backup repository failed: you must provide the '--obj-staging-dir' argument\n"}
|