what is the best way to avoid the following issue ...
# harvester
f
what is the best way to avoid the following issue when deploying new workload on Harvester/Rancher
Copy code
Warning  FailedAttachVolume  9m57s  attachdetach-controller  Multi-Attach error for volume "pvc-0e146f28-9cbb-4b5f-b060-01694acd80e8" Volume is alread │
│ y exclusively attached to one node and can't be attached to another
they are RWO and using storageclass harvester (default) and driver.harvesterhci.io.. i have longhorn set up in my cluster and i see some PVC mounted as RWX in the longhorn UI..
s
I might be wrong, but it looks like to me that it tries to double mount a PV. I briefly remember a similar bug in the Harvester GH issue tracker, did you look up those?
f
hey, yeah i will take a look on that, thank you