----- "Paras Fadte" <[email protected]> wrote: > Thanks , any work around for this ?
Although a file that's not on the first subvolume is not visible when you do 'ls', if you try to access the file (stat, cat, ... any access) it will be self-healed and created on the first subvolume. You can use this to implement a work-around of sorts. If you suspect that there are files that present on the second volume but not the first, you can do: subvol2 # find /path/to/export/dir > files.txt client # cd /mnt/point client # cat files.txt | xargs stat This will cause all the files that are missing to be created. Vikas -- Engineer - Z Research http://gluster.com/ _______________________________________________ Gluster-users mailing list [email protected] http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users
