Skip to content

Commit

Permalink
Replace over_provisioning_mapping with Stagiaire call
Browse files Browse the repository at this point in the history
Summary:
> This diff should ONLY be shipped after monitoring Stagiaire Scuba for a few more days

```

Differential Revision: D57170934

fbshipit-source-id: 1c91d411dac4c3632065fe390446daea58d6b207
  • Loading branch information
sjpark0605 authored and facebook-github-bot committed May 17, 2024
1 parent d9c1d01 commit 7082a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions cookbooks/fb_storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Attributes
* node['fb_storage']['tuning']['queue_depth']
* node['fb_storage']['tuning']['discard_max_bytes']
* node['fb_storage']['tuning']['over_provisioning']
* node['fb_storage']['tuning']['over_provisioning_mapping']
* node['fb_storage']['tuning']['max_sectors_kb']
* node['fb_storage']['fstab_use_labels']
* node['fb_storage']['manage_packages']
Expand Down Expand Up @@ -326,9 +325,8 @@ storage controlled by this API: `queue_depth`, `scheduler`,
Note: `max_sectors_kb` sets the maximum IO sizes to the minimum of the device's
`max_hw_sectors_kb` and the one provided.

The `over_provisioning` and `over_provisioning_mapping` attributes are provided
for storage handlers to manage over provisioning, but are currently not used
by `fb_storage` itself.
The `over_provisioning` attribute is provided for storage handlers to manage
over provisioning, but are currently not used by `fb_storage` itself.

### Software Raid

Expand Down
1 change: 0 additions & 1 deletion cookbooks/fb_storage/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
'scheduler' => nil,
'queue_depth' => nil,
'over_provisioning' => 'low',
'over_provisioning_mapping' => {},
'max_sectors_kb' => nil,
},
'format_options' => nil,
Expand Down

0 comments on commit 7082a03

Please sign in to comment.