Project

General

Profile

Bug #49179

Updated by Sebastian Wagner over 3 years ago

Using the UI to create the osds and specifying a hostname in the filter resulted in the placement field being 'corrupted' (see attached image) 

 The service spec created by the UI 

 <pre><code class="yaml"> 
 service_type: osd 
 service_id: dashboard-admin-1612475539618 
 service_name: osd.dashboard-admin-1612475539618 
 placement: 
   host_pattern: cephadmtest.storage.lab 
 spec: 
   data_devices: 
     size: 1TB 
   filter_logic: AND 
   objectstore: bluestore 
 </code></pre> 


 



 ceph version: 16.1.0-159-gc7ac825b 
 image version: quay.ceph.io/ceph-ci/ceph       pacific                d10cd67ce4bd 

Back