Commit aeee649
committed
mgr/dashboard: undefined while creating rbd image
this only happens on a fresh cluster but consistently reproducible in a
test environment. also cephfs also throws some error occasionally which
is also being handled similarly
Fixes: https://tracker.ceph.com/issues/68871
Signed-off-by: Nizamudeen A <[email protected]>1 parent a80aa1a commit aeee649
File tree
2 files changed
+3
-3
lines changed- src/pybind/mgr/dashboard/frontend/src/app/ceph
- block/rbd-list
- cephfs/cephfs-tabs
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments