You've already forked mariadb-columnstore-engine
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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user