Bug 761824 (GLUSTER-92) - Posix Testsuite Results (Solaris Server, Linux Client)
Summary: Posix Testsuite Results (Solaris Server, Linux Client)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-92
Product: GlusterFS
Classification: Community
Component: core
Version: pre-2.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Pavan Vilas Sondur
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-25 13:44 UTC by Basavanagowda Kanur
Modified: 2010-03-02 11:29 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)
Client volume configuration file (on linux machine) (91.70 KB, text/plain)
2009-06-25 10:44 UTC, Basavanagowda Kanur
no flags Details
Server volume configuration file (on Solaris machine) (93.64 KB, text/plain)
2009-06-25 10:44 UTC, Basavanagowda Kanur
no flags Details
Posix test suite results (25.11 KB, text/plain)
2009-06-25 10:45 UTC, Basavanagowda Kanur
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.