https://rancher.com/ logo
#harvester
Title
# harvester
s

shy-megabyte-75492

02/16/2023, 5:32 PM
I think I am doing something wrong, I have VMs running but the Volumes are in a degraded state because of replication, I only have 2 hosts is that why?
g

great-bear-19718

02/16/2023, 10:01 PM
likely if you are using the default storage class..
you can always check
kubectl get pvc $pvcName
this will show you the pv name..
kubectl get replicas.longhorn -n longhorn-system |grep $pvNameFromAbove
it will show you the replicas which are healthy.. i'd assume atleast 2 should be healthy