
Darren.Mansell at opengi
Dec 7, 2009, 2:24 AM
Post #2 of 2
(463 views)
Permalink
|
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-bounces [at] lists [mailto:linux-ha-bounces [at] lists] On Behalf Of Dinh N. Quoc Sent: 07 December 2009 10:16 To: linux-ha [at] lists 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 [at] lists http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list Linux-HA [at] lists http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
|