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
DataDisk FSType is currently hardcoded to Ext4. An underlying filesystem that supports cp --reflink (ie xfs or btrfs) would be very useful for some use cases (i.e. running many instances of a postgres db starting from a common seed).
Description
DataDisk FSType is currently hardcoded to Ext4. An underlying filesystem that supports
cp --reflink(ie xfs or btrfs) would be very useful for some use cases (i.e. running many instances of a postgres db starting from a common seed).