From 87bf6042bb76d1f64cfb48184fef786aed881852 Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Mon, 27 Mar 2023 08:56:58 -0400 Subject: [PATCH] docs: add permissions to docs for qos Thanks to Watson9121 for raising --- docs/prepare-cdot-clusters.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/prepare-cdot-clusters.md b/docs/prepare-cdot-clusters.md index 86214a231..3b55187bf 100644 --- a/docs/prepare-cdot-clusters.md +++ b/docs/prepare-cdot-clusters.md @@ -76,6 +76,7 @@ those should be entered under the *Command* column, *Query* should be left blank *readonly*. * cluster +* qos * lun * snapmirror * statistics @@ -136,6 +137,11 @@ security login role create -role harvest2-role -access readonly -cmddirname "net security login role create -role harvest2-role -access readonly -cmddirname "security" security login role create -role harvest2-role -access readonly -cmddirname "storage encryption disk" security login role create -role harvest2-role -access readonly -cmddirname "vserver" + +# Permissions required for Harvest 23.05+ QoS policies +security login role create -role harvest2-role -access readonly -cmddirname "qos adaptive-policy-group" +security login role create -role harvest2-role -access readonly -cmddirname "qos policy-group" + ``` #### All APIs read-only approach