Skip to content

Commit

Permalink
Update description of the nodeid command line parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheEvilOne committed Jan 18, 2024
1 parent a95a7bf commit f54bee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/manila-csi-plugin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func main() {

cmd.PersistentFlags().StringVar(&driverName, "drivername", "manila.csi.openstack.org", "name of the driver")

cmd.PersistentFlags().StringVar(&nodeID, "nodeid", "", "this node's ID")
cmd.PersistentFlags().StringVar(&nodeID, "nodeid", "", "this node's ID. This value is required if the node service is provided by this CSI driver instance.")

cmd.PersistentFlags().StringVar(&nodeAZ, "nodeaz", "", "this node's availability zone")

Expand Down

0 comments on commit f54bee3

Please sign in to comment.