On 04/05/12 11:35, Toby Corkindale wrote: > Hi, > I saw in the 3.3 changelog that now it is possible to set a secondary > server to retrieve the volume information from, when mounting a volume > via the native client. > > However... I can't find any documentation in the man pages explaining > how to do this. > > Currently I have: > > mount -t glusterfs storage01:/testvol /mnt/somewhere > > I guess I need to add -o backup-volume=storage02 or something? I dug this option out of the source code, *but it still doesn't work*: mount -t glusterfs -o backupvolfile-server=storage02 storage01:/testvol /mnt/somewhere