Activity log for bug #1530860

Date Who What changed Old value New value Message
2016-01-04 13:22:54 Silvan Kaiser bug added bug
2016-01-04 13:23:00 Silvan Kaiser nova: assignee Silvan Kaiser (2-silvan)
2016-01-07 12:45:31 OpenStack Infra nova: status New In Progress
2016-03-07 09:54:22 Hendrik Frenzel bug added subscriber Hendrik Frenzel
2016-04-06 14:54:16 Matt Riedemann tags quobyte libvirt quobyte volumes
2017-03-17 08:35:30 Silvan Kaiser description When running an instance from an image in a Cinder Quobyte volume issues arise when the corresponding Nova service (openstack-nova-compute) is restarted or stopped while the instance is active. systemd sigterms the whole cgroup, this includes the Quobyte client(s) handling the instances mount point(s), which effectively removes the image from under the VM(s). Possible immediate Mitigation steps: - Do _NOT_ restart/stop a Nova service that has running instances using images in Cinder Quobyte volumes - Reconfigure sytemd.kill to use killmode=process or killmode=none instead of killmode=control-group (which is the default). - Migrate instances off the host prior to restarting/stopping the Nova service. The future solution will be to remove the client instance from the cgroup of the Nova Quobyte driver. When running an instance from an image in a Cinder Quobyte volume issues arise when the corresponding Nova service (openstack-nova-compute) is restarted or stopped while the instance is active. systemd sigterms the whole cgroup, this includes the Quobyte client(s) handling the instances mount point(s), which effectively removes the image from under the VM(s). Possible immediate Mitigation steps: - Do _NOT_ restart/stop a Nova service that has running instances using images in Cinder Quobyte volumes - Reconfigure sytemd.kill to use killmode=process or killmode=none instead of killmode=control-group (which is the default). - Migrate instances off the host prior to restarting/stopping the Nova service.
2017-07-24 15:35:25 Sean Dague nova: status In Progress New
2017-07-24 15:35:32 Sean Dague nova: assignee Silvan Kaiser (2-silvan)
2017-07-25 07:57:51 Silvan Kaiser nova: status New Fix Committed
2017-07-25 07:57:59 Silvan Kaiser nova: assignee Silvan Kaiser (2-silvan)
2018-12-10 14:41:56 Silvan Kaiser nova: status Fix Committed Fix Released