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: linux-ha-boun...@lists.linux-ha.org
[mailto:linux-ha-boun...@lists.linux-ha.org] On Behalf Of Dinh N. Quoc
Sent: 07 December 2009 10:16
To: linux-ha@lists.linux-ha.org
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
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to