]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: iSCSI targets not available if any gateway is down 31819/head
authorRicardo Marques <rimarques@suse.com>
Fri, 22 Nov 2019 18:33:22 +0000 (18:33 +0000)
committerRicardo Marques <rimarques@suse.com>
Fri, 13 Dec 2019 10:50:49 +0000 (10:50 +0000)
commit1ef7fc33f31b51f24d13f2d7aef1f2af1aa2a69b
treef6ae39caa506a9b19dbdd744e4a1bfb9449ebf1b
parent71dea683072f9ad8f1d66e7defbf6f4683c6a58a
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>
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