Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta partition not found with centos rhel fedora in EKS cluster #46

Open
is-ashish opened this issue Sep 6, 2021 · 0 comments
Open

Comments

@is-ashish
Copy link

is-ashish commented Sep 6, 2021

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.

$kubectl exec -it openebs-device-node-phwqw -c openebs-device-plugin -n kube-system -- sh
/ # parted /dev/nvme1n1 unit b print --script -m
BYT;
/dev/nvme1n1:107374182400B:nvme:512:512:gpt:Amazon Elastic Block Store:;
1:1048576B:10485759B:9437184B::test-device:msftdata;

Inside node wrt attached volume

root@ip-172-31-40-216 ~]# parted /dev/nvme1n1 unit b print --script -m
BYT;
/dev/nvme1n1:107374182400B:nvme:512:512:gpt:NVMe Device:;
1:1048576B:10485759B:9437184B::test-device:;

Both places output are different.

Expected behavior

# parted /dev/nvme1n1 unit b print --script -m command output should be same without msftdata flag data.

Environment:

NAME="Amazon Linux"
ID="amzn"
ID_LIKE="centos rhel fedora"

Screenshot :

 $ 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

Screenshot from 2021-09-06 16-23-43

Screenshot from 2021-09-06 16-11-35

Screenshot from 2021-09-06 16-12-45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant