NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
vk2tds
Feb 15, 2014Aspirant
GlusterFS on the ReadyNAS HOWTO
The following document describes how to install Gluster on a Netgear ReadyNAS RN314. It mostly applies to the RN104 as well, but there might be some changes. In my casse, I have a RN314 as a master an...
vk2tds
May 06, 2014Aspirant
For various reasons I needed to upgrade my ReadyNAS machine. One of the reasons was upgrading the operating system to the latest version. To do this, I removed all my drives, put a blank one in, and installed the OS onto the new disk. Then I grabbed a copy of the /data directory, and cloned /dev/sda1 using the dd command, and used it to overwrite the root partition on one of my Gluster HDD's when inserted it (dd if=/dev/hda1 of=/dev/hdb1). Then removed the new HDD and booted on just the old drive with the new OS.
This led me to a couple of changes that needed to be made:
Edit the /etc/init.d/glusterfs-server file so that the last line of do_start() is
Also, edit /etc/init.d/mountall.sh so that glusterfs is added to the list of file types with gfs2, ceph and others
I actually had these on my system before, but unfortunately I neglected to document them.
Darryl
This led me to a couple of changes that needed to be made:
Edit the /etc/init.d/glusterfs-server file so that the last line of do_start() is
/etc/init.d/rpcbind start
Also, edit /etc/init.d/mountall.sh so that glusterfs is added to the list of file types with gfs2, ceph and others
I actually had these on my system before, but unfortunately I neglected to document them.
Darryl
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!