Bug 8108 - The 'smb2.notify' test-case in 'SmbTorture' test hangs
Summary: The 'smb2.notify' test-case in 'SmbTorture' test hangs
Status: NEW
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Clustering (show other bugs)
Version: unspecified
Hardware: x64 Linux
: P5 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-26 08:58 UTC by SaumendraDash
Modified: 2011-07-15 15:34 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SaumendraDash 2011-04-26 08:58:36 UTC
The smb2.notify test hangs at the following point:

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
[root@localhost bin]# ./smbtorture //192.168.1.116/public  -Uroot%ctdb  smb2.notify
Using seed 1303814912
time: 2011-04-26 16:18:32.145129
progress: 14
test: valid-req
time: 2011-04-26 16:18:32.148205
TESTING VALIDITY OF CHANGE NOTIFY REQUEST
time: 2011-04-26 16:18:32.299843
failure: valid-req [
(../source4/torture/smb2/notify.c:110) Incorrect status NT_STATUS_EAS_NOT_SUPPORTED - should be NT_STATUS_OK
]
test: tcon
time: 2011-04-26 16:18:32.299957
TESTING SIMPLE CHANGE NOTIFY
Testing notify mkdir
Testing notify rmdir
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Comment 1 Jeremy Allison 2011-05-06 21:51:26 UTC
What are you running this test against ? You'd get this if running against a system that doesn't support extended attributes.
Jeremy.
Comment 2 SaumendraDash 2011-05-11 06:40:51 UTC
We have tested this on RHEL6 with Lustre 2.0, which has EA support by default. In the smb.conf file also we have marked 'ea support = yes'.
Comment 3 Jeremy Allison 2011-05-11 11:53:41 UTC
Ok, can you post a debug level 10 log from smbd when you're running this test against the Lustre backend. I don't have access to such a system so you're going to have to work with me on this to debug.

Jeremy.