Hide Forgot
Created attachment 29 [details] another sample attachnent to see if link works
Created attachment 30 [details] another attempt
Sun Feb 22 23:36:59 2009 harsha - Ticket created Some problems reproduced on Solaris server and Linux client. Posix testsuite results are also attached. The directory created by posix_testsuite was not deleted error returned "Directory not Empty" Subject: server.vol.txt Download server.vol.txt [text/plain 1.8k] # This spec file should be used for testing before any release # # 1st server volume brick1 type storage/posix # POSIX FS translator option directory /export/export1 # Export this directory end-volume # == Posix-Locks == volume plocks1 type features/posix-locks # option mandatory on subvolumes brick1 end-volume volume iot1 type performance/io-threads subvolumes plocks1 # change properly if above commented volumes needs to be included # option <key> <value> end-volume volume wb1 type performance/write-behind subvolumes iot1 # option <key> <value> end-volume volume ra1 type performance/read-ahead subvolumes wb1 # option <key> <value> end-volume volume brick2 type storage/posix # POSIX FS translator option directory /export/home/export2 # Export this directory end-volume # == TrashCan Translator == # volume trash2 # type features/trash # option trash-dir /.trashcan # subvolumes brick2 # end-volume # == Posix-Locks == volume plocks2 type features/posix-locks # option <something> <something> subvolumes brick2 end-volume volume iot2 type performance/io-threads subvolumes plocks2 # change properly if above commented volumes needs to be included # option <key> <value> end-volume volume wb2 type performance/write-behind subvolumes iot2 # option <key> <value> end-volume volume ra2 type performance/read-ahead subvolumes wb2 # option <key> <value> end-volume volume server type protocol/server subvolumes ra1 ra2 option transport-type socket # For TCP/IP transport # option transport-type ib-sdp/server # For Infiniband transport # option transport-type ib-verbs/server # For ib-verbs transport option auth.addr.ra1.allow * # Allow access to "stat8" volume option auth.addr.ra2.allow * # Allow access to "stat8" volume end-volume Subject: client.vol.txt Download client.vol.txt [text/plain 656b] # This spec file shouldht0be used for testing before any release # # 1st client volume client1 type protocol/client option transport-type socket # for TCP/IP transport option remote-host 192.168.101.140 option remote-subvolume ra1 end-volume # 2nd client volume client2 type protocol/client option transport-type socket # for TCP/IP transport option remote-host 192.168.101.140 option remote-subvolume ra2 end-volume volume dht type cluster/dht subvolumes client1 client2 end-volume volume wb type performance/write-behind subvolumes dht end-volume volume ra type performance/read-ahead subvolumes wb end-volume
Need verification