Alex Vest
Alex Vest
Same issue seen in Firefox 100.0.2 and Chrome 95.0.4638.54
It was suggested to me that I just try to wait for the CLA to load and that did work. I don't know exactly how long I waited but probably...
@nktl How are you accessing the StorageOS UI?
@nktl I think that may be the issue then. The `example-storageos` resource is a CustomResource called StorageOSCluster that the StorageOS operator acts on to create a StorageOS cluster. The StorageOS...
> Thanks, the funny thing is that the link/view in question actually works when cluster is in provisioning state, then it breaks after deployment is completed That's very useful to...
`storageos.com/deployment=computeonly` is passed to StorageOS from k8s node labels. This does allow us to do mixed deployments with a single Daemonset.
Hi @hei-pa we do not support zfs as a fsType. We support the following fsTypes: ext2, ext3, ext4, btrfs and xfs https://docs.storageos.com/docs/concepts/volumes
@hei-pa could you perhaps share any logs you have about the crash with us? For instance what did the PVC events log show? If it's easier to do so you...
@hei-pa So using zpools or data pools as the file system mounted under `/var/lib/storageos` should not be an issue. You can have multiple Storage Classes and specify which you wish...
@hei-pa Could you show me what the StorageClass you are using looks like? Also could you try and create a volume using the StorageOS CLI? `storageos volume create test` and...