Allow to purge running OSDs again, as in 2.1.0 and earlier

This commit is contained in:
Vitaliy Filippov
2025-05-11 13:59:28 +03:00
parent 5ae6fea49c
commit db915184c6
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -283,6 +283,7 @@ static json11::Json::object parse_args(int narg, const char *args[])
!strcmp(opt, "readonly") || !strcmp(opt, "readwrite") ||
!strcmp(opt, "force") || !strcmp(opt, "reverse") ||
!strcmp(opt, "allow-data-loss") || !strcmp(opt, "allow_data_loss") ||
!strcmp(opt, "allow-up") || !strcmp(opt, "allow_up") ||
!strcmp(opt, "down-ok") || !strcmp(opt, "down_ok") ||
!strcmp(opt, "dry-run") || !strcmp(opt, "dry_run") ||
!strcmp(opt, "help") || !strcmp(opt, "all") ||