]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: iSCSI targets not available if any gateway is down
authorRicardo Marques <rimarques@suse.com>
Fri, 22 Nov 2019 18:33:22 +0000 (18:33 +0000)
committerRicardo Marques <rimarques@suse.com>
Tue, 17 Dec 2019 21:42:08 +0000 (21:42 +0000)
commit9f1f458fea3000ebf33e1c00573050c29257e926
treed5443a5b309df61b9d8bf67cca458135a49e355c
parent75c53d08c08ad1166544e37a55f6f2a6a4e0d160
mgr/dashboard: iSCSI targets not available if any gateway is down

Fixes: https://tracker.ceph.com/issues/42687
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from commit 1ef7fc33f31b51f24d13f2d7aef1f2af1aa2a69b)

 Conflicts:
src/pybind/mgr/dashboard/tests/test_iscsi.py

Conflicts caused by a code cleanup in https://github.com/ceph/ceph/pull/26891
src/pybind/mgr/dashboard/controllers/iscsi.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/not-available.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/not-available.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/pipes.module.ts
src/pybind/mgr/dashboard/services/tcmu_service.py
src/pybind/mgr/dashboard/tests/test_iscsi.py