We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fee769 commit 4eb2a3dCopy full SHA for 4eb2a3d
osctld/lib/osctld/commands/container/send_state.rb
@@ -27,7 +27,7 @@ def execute
27
call_cmd(Commands::Container::Stop, id: ct.id, pool: ct.pool.name)
28
29
# Force write-out of dirtied pages
30
- ct.unmount
+ ct.unmount(force: true)
31
end
32
33
snap = "osctl-send-incr-#{Time.now.to_i}"
osctld/lib/osctld/console/console.rb
@@ -102,7 +102,7 @@ def handle_ct_stop(ctrc)
102
103
unless ct.ephemeral?
104
105
106
ct.mount
107
108
0 commit comments