Displaying 1 result from an estimated 1 matches for "acs1238660426".
2009 Apr 03
0
Having some trouble while using AFR
...using AFR. In the client side afr volume.
volume afr
type cluster/afr
subvolumes client
option replicate *:1
option self-heal on
end-volume
While i am using the command sudo -u apache cp -p zip/* test_folder/
It shows the message
cp: getting attribute `trusted.afr.version' of
`zip/ACS1238660426.zip': Operation not permitted
and also while creating a directory using apache user
sudo -u apache mkdir test_gluster
it shows
mkdir: cannot create directory `test_gluster': Function not implemented
if i comment the line type cluster/afr it wont show any message and
can successfully run...