Skip to content

cisco_imc_virtual_drive write_policy docs incorrect #27

@dsoper2

Description

@dsoper2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions