mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Save the vinum config back to disk after syncing two plexes.
This commit is contained in:
parent
56f21b9d74
commit
d8a720f9ec
1 changed files with 1 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue