Bug 761824 (GLUSTER-92)

Summary: Posix Testsuite Results (Solaris Server, Linux Client)
Product: [Community] GlusterFS Reporter: Basavanagowda Kanur <gowda>
Component: coreAssignee: Pavan Vilas Sondur <pavan>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: pre-2.0CC: amarts, fharshav, gluster-bugs, shehjart, vijay
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Client volume configuration file (on linux machine)
none
Server volume configuration file (on Solaris machine)
none
Posix test suite results none

Description Basavanagowda Kanur 2009-06-25 10:44:29 UTC
Created attachment 29 [details]
another sample attachnent to see if link works

Comment 1 Basavanagowda Kanur 2009-06-25 10:45:04 UTC
Created attachment 30 [details]
another attempt

Comment 2 Basavanagowda Kanur 2009-06-25 13:44:01 UTC
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

Comment 3 Pavan Vilas Sondur 2010-01-19 08:42:48 UTC
Need verification