Save the vinum config back to disk after syncing two plexes.

This commit is contained in:
Lukas Ertl 2004-07-26 07:30:21 +00:00
parent 56f21b9d74
commit d8a720f9ec

View File

@ -313,6 +313,7 @@ gv_sync_td(void *arg)
g_topology_lock();
g_access(from, -1, 0, 0);
g_access(to, 0, -1, 0);
gv_save_config_all(p->vinumconf);
g_topology_unlock();
/* Successful initialization. */