Slightly fix API return and input types

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:16 +03:00
parent 6bdd260b50
commit 376226552a
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;