Hello A quick question regarding hammer mirror-streaming. The master and slave are mounted as
# mount_null /pfs/master /home/master # mount_null /pfs/slave /home/slave and streaming is ongoing with # hammer mirror-stream /home/master /home/slave When there's a change in master, e.g. % sudo touch /home/master/fileX then fileX will show up in /pfs/slave but not in /home/slave. It will show up in the latter when I stop streaming, unmount the slave and mount it again. Is this the intended behavior? Thanks Peeter --
