Actually, those are the exact instructions I followed. It doesn't specify where to turn Dav On. I've modified my apache configs to look like: Alias /tftp-files /var/boot <Directory "/mnt/gluster/gfs2"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> <Location /tftp-files> Dav On </Location> Before it was <Directory "/var/boot"> which didn't work at all. With above config, at least I have read access. I can see the files in /mnt/gluster/gfs2 and apache believes it's getting them from /var/boot. But, I still cannot write. Here's the errors I see when reading, even though reading works: [2010-01-14 21:10:46] E [booster.c:414:vmp_open] booster: VMP open failed [2010-01-14 21:10:46] E [booster.c:483:booster_open] booster: Error in opening file over VMP: No such file or directory Here's the errors I see when writing: [2010-01-14 21:11:02] E [libglusterfsclient.c:4900:__glusterfs_stat] libglusterfsclient: path lookup failed for (/file_to_be_uploaded) [2010-01-14 21:11:02] E [booster.c:1928:booster_xstat64] booster: xstat64 failed: No such file or directory [2010-01-14 21:11:02] E [booster.c:414:vmp_open] booster: VMP open failed [2010-01-14 21:11:02] E [booster.c:272:do_open] booster: Xattr user.glusterfs-booster-volfile not found: No data available On Thu, Jan 14, 2010 at 5:10 PM, Raghavendra G <raghavendra at gluster.com> wrote: > Hi, > Are you using webdav? If so, you might find following instructions useful > http://gluster.com/community/documentation/index.php/Storage_Server_Installation_and_Configuration#Add_WebDAV_protocol > > regards, > On Wed, Jan 13, 2010 at 10:02 AM, Jiann-Ming Su <sujiannming at gmail.com> > wrote: >> >> On Wed, Jan 13, 2010 at 12:32 AM, Raghavendra G <raghavendra at gluster.com> >> wrote: >> > Hi, >> > >> > What do apache error logs say? >> > >> >> [Tue Jan 12 22:10:16 2010] [error] [client 127.0.0.1] The locks could >> not be queried for verification against a possible "If:" header. >> [500, #0] >> [Tue Jan 12 22:10:16 2010] [error] [client 127.0.0.1] Could not open >> the lock database. ?[500, #400] >> [Tue Jan 12 22:10:16 2010] [error] [client 127.0.0.1] (22)Invalid >> argument: Could not open property database. ?[500, #1] >> >> >> Do I need to set "Dav On" on the virtual mount point or the filesystem >> that glusterfs exposes? >> >> -- >> Jiann-Ming Su >> "I have to decide between two equally frightening options. >> ?If I wanted to do that, I'd vote." --Duckman >> "The system's broke, Hank. ?The election baby has peed in >> the bath water. ?You got to throw 'em both out." ?--Dale Gribble >> "Those who vote decide nothing. >> Those who count the votes decide everything.? ?--Joseph Stalin > > > > -- > Raghavendra G > > -- Jiann-Ming Su "I have to decide between two equally frightening options. If I wanted to do that, I'd vote." --Duckman "The system's broke, Hank. The election baby has peed in the bath water. You got to throw 'em both out." --Dale Gribble "Those who vote decide nothing. Those who count the votes decide everything.? --Joseph Stalin