Project

General

Profile

Bug #8256

Updated by David Zafman about 10 years ago

 
 The usage on the left says <poolname> everywhere not making it clear where to put the <tierpool> name from the descriptions on the right. 

 <pre> 
 osd tier add <poolname> <poolname> {--     add the tier <tierpool> to base pool 
  force-nonempty}                            <pool> 
 osd tier add-cache <poolname>              add a cache <tierpool> of size <size> 
  <poolname> <int[0-]>                       to existing pool <pool> 
 osd tier cache-mode <poolname> none|       specify the caching mode for cache 
  writeback|forward|readonly                 tier <pool> 
 osd tier remove <poolname> <poolname>      remove the tier <tierpool> from base 
                                           pool <pool> 
 osd tier remove-overlay <poolname>         remove the overlay pool for base pool 
                                           <pool> 
 osd tier set-overlay <poolname>            set the overlay pool for base pool 
  <poolname>                                 <pool> to be <overlaypool> 
 </pre> 

Back