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
But if we look at the node or the container the Filesystem Mounted is EXT4
❯ k exec -ti centostate-0 -- /bin/bash
[root@centostate-0 /]# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sdb ext4 95054 1550 86336 2% /vol
Unfortunately, I don't currently understand how the filesystemtype and the fstype are related. I only see that ext4 is mounted on the nodes and on the containers.
I would like to understand here if this is an intended behavior.
Reproduction steps
Cloud Dorector -> Kubernetes Container Clusters -> New
Kubernetes Storage -> Filesystem -> xfs
Deploy the Cluster
Expected behavior
The expected behaviour is, that the Volumes are formatted and mounted as XFS.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi there,
we configured the Kubernetes Cluster to use XFS as Filesystem, after we deployed the Cluster everything looks as aspected.
After we created the first PVCs/PVs and took a look at the PV, the fsType is ext4 and the filesystem is declared as xfs.
But if we look at the node or the container the Filesystem Mounted is EXT4
Unfortunately, I don't currently understand how the filesystemtype and the fstype are related. I only see that ext4 is mounted on the nodes and on the containers.
I would like to understand here if this is an intended behavior.
Reproduction steps
Expected behavior
The expected behaviour is, that the Volumes are formatted and mounted as XFS.
Additional context
No response
The text was updated successfully, but these errors were encountered: