1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

handle glusterAssign/glusterUnassign in cases where device is already mounted or not mounted yet

This commit is contained in:
Ben Thompson
2017-08-03 11:01:47 -05:00
parent 338b037c95
commit 90a04235eb
2 changed files with 26 additions and 5 deletions

View File

@ -8203,7 +8203,7 @@ namespace oam
int returnStatus = sendMsgToProcMgr(GLUSTERASSIGN, pm, FORCEFUL, ACK_YES, dbrootID);
if (returnStatus != API_SUCCESS)
exceptionControl("GLUSTER_ASSIGN", returnStatus);
exceptionControl("GLUSTER_ASSIGN", returnStatus);
break;
}