Skip to content
Snippets Groups Projects
Commit 59f1932a authored by Moe Jette's avatar Moe Jette
Browse files

Added wait between bglblock destroy and creation of new blocks

    so that MMCS can complete the operation.
parent d59738d1
No related branches found
No related tags found
No related merge requests found
......@@ -701,6 +701,9 @@ extern int read_bgl_conf(void)
/* Check to see if the configs we have are correct */
if (!_validate_config_nodes()) {
_delete_old_partitions();
/* FIXME: Wait for MMCS to actually complete the
* partition deletions */
sleep(3);
}
/* looking for partitions only I created */
if (create_static_partitions(NULL)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment