Skip to content

Commit

Permalink
Remove some more fusionio bits
Browse files Browse the repository at this point in the history
Differential Revision: D54771183

fbshipit-source-id: 81a20817f2a708ba9e53174ab42c949166097f81
  • Loading branch information
Dave Jones authored and facebook-github-bot committed Mar 20, 2024
1 parent 76109bb commit 5522a55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cookbooks/fb_storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ used optimal partition layout, and so if we are told to add a device to an
existing device without a proper layout, it can fail. This case is not handled,
at all. Chef will fail and manual intervention is needed. The only time we can
hit this is:
* The array was built with the old mdfio or some other chunk of code
* Hot swap is enabled, and a card is replaced by external automation and we
are told about that.
This should be exceedingly rare.
Expand Down Expand Up @@ -556,8 +555,7 @@ are subclasses of `FB::Storage::Handler` and must implement the handler
interface. Handler classes listed in `node['fb_storage']['_handlers']` will be
queried in order, and the first one to match for a given device will be used.

By default `fb_storage` provides handlers for FusionIO, MD (software RAID) and
JBOD devices.
By default `fb_storage` provides handlers for MD (software RAID) and JBOD devices.

### WARNINGS

Expand Down

0 comments on commit 5522a55

Please sign in to comment.