Project

General

Profile

Bug #47500

Updated by Sebastian Wagner over 3 years ago

ceph orch apply osd -i /data/config/drive_groups.yaml --dry-run 

 with this drive_groups.yaml: 

 <pre><code class="yaml"> 
 service_type: osd 
 service_id: db-on-optaine-data-on-large 
 placement: 
   host_pattern: 'sesnode*' 
 data_devices: 
   size: '13TB:15TB' 
 db_devices: 
   size: '500GB:1TB' 
 block_db_size: '64G'     # (optional, unit suffixes permitted) 
 encryption: False 

 </code></pre> 

 --> why do I get the error "Feature <encryption> is not supported" with having it set it to "False"?

Back