Skip to content

Commit

Permalink
fix invalid kubectl get lsn in NOTES.txt
Browse files Browse the repository at this point in the history
example, below is invalid kubectl command:
```
kubectl get lsn [g-master1] -o jsonpath='{.status.pools.LocalStorage_PoolHDD.freeCapacityBytes}'
```
  • Loading branch information
panpan0000 committed Aug 15, 2022
1 parent 6094eef commit a5e9686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/hwameistor/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can use hwameistor to provide LVM volume:

1. Check each storageNode's storage capacity

$ kubectl get lsn {{ .Values.storageNodes }} -o jsonpath='{.status.pools.LocalStorage_PoolHDD.freeCapacityBytes}'
$ kubectl get lsn -o jsonpath='{.items[*].status.pools.LocalStorage_PoolHDD.freeCapacityBytes}'

2. Create a PVC and specify 'hwameistor-storage-lvm-{{ .Values.storageClass.diskType | lower}}' in pvc.spec.storageClassName

Expand Down

0 comments on commit a5e9686

Please sign in to comment.