NetAppDocs / ontap

https://docs.netapp.com/us-en/ontap/
28 stars 75 forks source link

Command syntax to validate write-back enablement is incorrect #1498

Closed tespinoz-netapp closed 1 month ago

tespinoz-netapp commented 1 month ago

Page URL

https://docs.netapp.com/us-en/ontap/flexcache-writeback/flexcache-writeback-enable-task.html

Page title

Enable and manage FlexCache write-back

Summary

Under the header for "Check if FlexCache writeback is enabled", the command to validate write-back enablement is shown as:

volume flexcache config show -volume cache -fields is-writeback-enabled

However, the "-volume cache" parameter specification is incorrect in any environment where the volume modified is not also named "cache". Looking at the syntax used in the previous enablement command under "Enable FlexCache write-back on an existing FlexCache volume", this should be modified to the following to reflect the volume that was modified:

volume flexcache config show -volume -fields is-writeback-enabled

Public issues must not contain sensitive information

netapp-lenida commented 1 month ago

Thanks, Tyler. I'll look into this.

netapp-lenida commented 1 month ago

Thanks again, Tyler. The topic has been updated.