Project

General

Profile

Bug #46761

Updated by Alfonso Martínez over 3 years ago

When you go to Cluster > Hosts 
 Select a host > add a label: the action is successful but 
 the label does not appear in dashboard. 
 It's only visible in CLI: 
 !https://tracker.ceph.com/attachments/download/5011/Screenshot%20from%202020-07-29%2016-03-28.png! 

 !https://tracker.ceph.com/attachments/download/5012/Screenshot%20from%202020-07-29%2016-03-42.png! 

 Browser console error appears but solved by: 
 https://github.com/ceph/ceph/pull/36243 error: 
 <pre> 
 zone-evergreen.js:171 Uncaught TypeError: Cannot read property 'refreshBtn' of undefined 
     at SafeSubscriber._next (hosts.component.ts:182) 
     at SafeSubscriber.__tryOrUnsub (Subscriber.js:183) 
     at SafeSubscriber.next (Subscriber.js:122) 
     at Subscriber._next (Subscriber.js:72) 
     at Subscriber.next (Subscriber.js:49) 
     at MapSubscriber._next (map.js:35) 
     at MapSubscriber.next (Subscriber.js:49) 
     at FilterSubscriber._next (filter.js:33) 
     at FilterSubscriber.next (Subscriber.js:49) 
     at MergeMapSubscriber.notifyNext (mergeMap.js:72) 
 (anonymous) 	 @ 	 hosts.component.ts:182 
 </pre>

Back