Fix storage repair
This commit is contained in:
+1
-1
@@ -1859,7 +1859,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case ISTATES.PENDING_DATA_DIR_MIGRATION:
|
case ISTATES.PENDING_DATA_DIR_MIGRATION:
|
||||||
repairFunc = Client.configureApp.bind(null, $scope.app.id, 'data_dir', { dataDir: null });
|
repairFunc = Client.configureApp.bind(null, $scope.app.id, 'storage', { storageVolumeId: null, storageVolumePrefix: null });
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// this also happens for import faliures. this UI can only show backup listing. use CLI for arbit id/config
|
// this also happens for import faliures. this UI can only show backup listing. use CLI for arbit id/config
|
||||||
|
|||||||
Reference in New Issue
Block a user