ceph-ansible/roles/ceph-iscsi-gw/tasks/non-container
Mike Christie c2a9397474 iscsi: Fix crashes during rolling update
During a rolling update we will run the ceph iscsigw tasks that start
the daemons then run the configure_iscsi.yml tasks which can create
iscsi objects like targets, disks, clients, etc. The problem is that
once the daemons are started they will accept confifguration requests,
or may want to update the system themself. Those operations can then
conflict with the configure_iscsi.yml tasks that setup objects and we
can end up in crashes due to the kernel being in a unsupported state.

This could also happen during creation, but is less likely due to no
objects being setup yet, so there are no watchers or users accessing the
gws yet. The fix in this patch works for both update and initial setup.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1795806

Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 77f3b5d51b)
2020-02-03 15:15:53 +01:00
..
configure_iscsi.yml ceph-iscsi: support for containerize deployment 2018-06-08 10:21:54 +02:00
postrequisites.yml iscsi: Fix crashes during rolling update 2020-02-03 15:15:53 +01:00
prerequisites.yml iscsi: Fix crashes during rolling update 2020-02-03 15:15:53 +01:00