Slightly fix API return and input types
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user