Should the mtime/ctime on the slave pfs match the master. From the Master ls -l /pfs/data/yy -rw-r--r-- 1 root wheel 78 Mar 31 22:22 /pfs/data/yy From the Slave ls -l /pfs/data/yy -rw-r--r-- 1 root wheel 78 Mar 30 22:03 /pfs/data/yy
Also on the remote slave system I have the /pfs/data mounted as /data but the data in the mount does not seem to change unless I umount and re mount it.
From the remote machine ls -l /data/yy /pfs/data/yy -rw-r--r-- 1 root wheel 39 Mar 30 22:03 /data/yy -rw-r--r-- 1 root wheel 78 Mar 30 22:03 /pfs/data/yy Thanks, Dylan