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
$ kubectl get pod
NAME READY STATUS RESTARTS AGE
fio 0/1 Pending 0 87m
$ kubectl get pvc
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
csi-devicepv openebs-device-sc 89m
The text was updated successfully, but these errors were encountered:
Describe the bug
Provision fio application with CSI operator yaml , pod is going into pending state.
Ran the command
parted /dev/nvme1n1 unit b print --script -m
inside a daemon set pod openebs-device-node and wrt node volume.Inside node wrt attached volume
Both places output are different.
Expected behavior
# parted /dev/nvme1n1 unit b print --script -m
command output should be same withoutmsftdata
flag data.Environment:
Screenshot :
The text was updated successfully, but these errors were encountered: