Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cisco_imc_virtual_drive write_policy docs incorrect #27

Open
dsoper2 opened this issue Jun 27, 2019 · 0 comments
Open

cisco_imc_virtual_drive write_policy docs incorrect #27

dsoper2 opened this issue Jun 27, 2019 · 0 comments

Comments

@dsoper2
Copy link
Contributor

dsoper2 commented Jun 27, 2019

write_policy:

  | description: This can be one of the following,
  | "Write Through" Data is written through the cache and to the physical drives. Performance is improved, because subsequent reads of that data can be satisfied from the cache.
***incorrect docs  | "Write Back Good BBU" Data is stored in the cache, and is only written to the physical drives when space in the cache is needed. Virtual drives requesting this policy fall back to Write Through caching when the BBU cannot guarantee the safety of the cache in the event of a power failure.
***incorrect docs  | "Write Back Bad BBU" “Always Write Back” With this policy, write caching remains Write Back even if the battery backup unit is defective or discharged.
  | choices: ["Always Write Back", "Write Back Good BBU", "Write Through", "always-write-back", "write-back-good-bbu", "write-through"]
  | default: "Write Through"
  | required: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant