Skip to content

Commit

Permalink
review comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
khareRajshree committed Feb 14, 2023
1 parent f9c3f6f commit a9fe589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/csidriver/features/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ The renameSDC section is going to be used by the Node Service, it has two keys e
* `enabled`: Boolean variable that specifies if the renaming for SDC is to be carried out or not. If true then the driver will perform the rename operation. By default, its value will be false.
* `prefix`: string variable that is used to set the prefix for SDC name.

Now based on these two keys, there are certain scenarios on which the driver is going to perform the rename SDC operation:
Based on these two keys, there are certain scenarios on which the driver is going to perform the rename SDC operation:
* If enabled and prefix given then set the prefix+worker_node_name for SDC name.
* If enabled and prefix not given then set worker_node_name for SDC name.

Expand Down

0 comments on commit a9fe589

Please sign in to comment.