You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When volume gets provisioned, the lvdisplay on the host does not show the volume. How ever the lvdisplay is showing the volume inside the lvm node daemonset.
inside container
$ kubectl exec -it openebs-lvm-node-cptgb -c openebs-lvm-plugin -n kube-system sh
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
/ #
/ # lvdisplay
--- Logical volume ---
LV Path /dev/lvmvg/pvc-f836f370-be7c-4ab1-9edf-420e5c999c8a
LV Name pvc-f836f370-be7c-4ab1-9edf-420e5c999c8a
VG Name lvmvg
LV UUID dwRPQq-lLkO-L23d-MTmz-TWjV-QwfN-qCVQQk
LV Write Access read/write
LV Creation host, time cluster-9-node-1, 2021-02-03 11:30:20 +0000
LV Status available
# open 1
LV Size 4.00 GiB
Current LE 1024
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
On the host
$ sudo lvdisplay
k8s@cluster-9-node-1:~$
The text was updated successfully, but these errors were encountered:
When volume gets provisioned, the lvdisplay on the host does not show the volume. How ever the lvdisplay is showing the volume inside the lvm node daemonset.
inside container
On the host
The text was updated successfully, but these errors were encountered: