Slightly fix API return and input types

This commit is contained in:
Vitaliy Filippov
2026-03-20 20:58:58 +03:00
parent 645b1f3081
commit b4af7409af
17 changed files with 258 additions and 91 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ resume_3:
if (failure_domain != "osd")
pool_err += "\n- different parent '"+failure_domain+"' nodes";
result = (cli_result_t){
.err = EINVAL,
.err = EBUSY,
.text = pool_err,
};
state = 100;