Report incomplete Object Storage wipes

This commit is contained in:
vorotamoroz
2026-09-01 01:23:34 +00:00
parent 9592ce8529
commit bd0581cdc9
6 changed files with 188 additions and 5 deletions
@@ -367,8 +367,13 @@ export function paneMaintenance(
sentIDs: new Set(),
sentFiles: new Set(),
}));
await this.resetRemoteBucket();
Logger(`Deleted all data on remote server`, LOG_LEVEL_NOTICE);
const reset = await this.resetRemoteBucket();
Logger(
reset
? `Deleted all data on remote server`
: `Fresh Start Wipe did not complete. Keep all synchronising devices stopped and run it again.`,
LOG_LEVEL_NOTICE
);
})
)
.addOnUpdate(this.onlyOnMinIO);