SynologyOpenSource / synology-csi

Apache License 2.0
529 stars 115 forks source link

Support for raw block devices? ext4 fsType on a btrfs host volume #93

Open MartinLoeper opened 1 week ago

MartinLoeper commented 1 week ago

I am trying to understand which filesystem is the best to use for my LUN. Am I right in that only ext4 and btrfs are supported for fsType? There is no raw option right?

I am concerned about the performance overhead to format a LUN with ext4 when the underlying host volume is already btrfs. Is this generally a best practice?