Looks like it just tries to mount whatever you put in there:

case "$FSTYPE" in
        none) $MOUNT $options $DEVICE $MOUNTPOINT &&
                bind_mount
                ;;
        "") $MOUNT $options $DEVICE $MOUNTPOINT ;;
        *) $MOUNT -t $FSTYPE $options $DEVICE $MOUNTPOINT ;;
        Esac


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Dinh N. Quoc
Sent: 07 December 2009 10:16
To: [email protected]
Subject: [Linux-HA] Does ocf:Filesystem work with ext4

Hello,

I don't know whether the current ocf:Filesystem supports EXT4? Does
anyone who knows of this, please advice?

Many thanks,
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to