How to use ext3 supported filesystem in OpenEBS volume? I am running an application which need ext3 filesystem. I know that OpenEBS is running with ext4 filesystem by default. But how can I change it?
How to use ext3 filesystem for running application in OpenEBS?
133 views Asked by Ranjith Raveendran At
1
I have got the information from the OpenEBS documentation
----
OpenEBS supports ext3,ext4 and XFS file systems. By default, it comes with ext4 file system for the mounted volumes. Some applications require using the XFS as file system. The policy to specify XFS as the file system, you must add
openebs.io/fstype: "xfs"under sectionannotations:----
Following is a sample storage class for application which need to be run on ext3. Similar way I can change the FSType to ext3. Below is the sample StorageClass YAML I have used for using ext3 filesystem.