Re: Cannot run VMware Virtual Machines on GlusterFS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Vijay,

please find attached test program and log file.

test-code:

$ cat getcwd.c
#include <stdio.h>
#include <unistd.h>

int main(int argc, char* argv[])
{
	char	cwd[1024];

	if ( argc != 2 ) {
		printf("usage: %s dir\n", argv[0]);
		_exit(1);
	}

	if ( chdir(argv[1]) != 0 ) {
		perror("chdir");
		_exit(1);
	}
	if ( getcwd(cwd, 1024) == NULL ) {
		perror("getcwd");
		_exit(1);
	}
	printf("%s\n", getcwd(cwd, 1024));

	_exit(0);
}

operations:

~ # ./getcwd /vmfs/volumes/1668aab4-a78e64bd/foo
getcwd: No such file or directory
~ #

Thanks,

Tomo Sato


(2012年06月19日 14:46), Tomoaki Sato wrote:
Vijay,

I've reproduce the issue in my environment.
getcwd fail on the ESXi host when the NFS server is GlusterFS.


with a Linux kernel NFS server:

~ # uname
VMkernel
~ # esxcfg-nas -l
~ # esxcfg-nas -a -o 192.168.1.254 -s /mnt/brick centos_nfs
Connecting to NAS volume: centos_nfs
centos_nfs created and connected.
~ # df | grep nfs
nfs 471110552 430269304 16524116 96% /vmfs/volumes/94925201-78f190e0
~ # find /vmfs/volumes/94925201-78f190e0
/vmfs/volumes/94925201-78f190e0
~ # mkdir /vmfs/volumes/94925201-78f190e0/foo
~ # cd /vmfs/volumes/94925201-78f190e0/foo
/vmfs/volumes/94925201-78f190e0/foo # cd
~ # rmdir /vmfs/volumes/94925201-78f190e0/foo
~ # esxcfg-nas -d centos_nfs
NAS volume centos_nfs deleted.

with a GlusterFS(NFS) :

~ # uname
VMkernel
~ # esxcfg-nas -l
~ # esxcfg-nas -a -o 192.168.1.136 -s /bar gluster_nfs
Connecting to NAS volume: gluster_nfs
gluster_nfs created and connected.
~ # df | grep nfs
nfs 104722720 195396 104527324 0% /vmfs/volumes/ef172a87-e5ae817f
~ # find /vmfs/volumes/ef172a87-e5ae817f
/vmfs/volumes/ef172a87-e5ae817f
/vmfs/volumes/ef172a87-e5ae817f/lost+found
~ # mkdir /vmfs/volumes/ef172a87-e5ae817f/bar
~ # cd /vmfs/volumes/ef172a87-e5ae817f/bar
ash: getcwd: No such file or directory
(unknown) # cd
~ # rmdir /vmfs/volumes/ef172a87-e5ae817f/bar
~ # esxcfg-nas -d gluster_nfs
NAS volume gluster_nfs deleted.
~ #

# rpm -qa | grep gluster
glusterfs-fuse-3.3.0-1
glusterfs-3.3.0-1
glusterfs-debuginfo-3.3.0-1
glusterfs-server-3.3.0-1
# gluster volume info

Volume Name: bar
Type: Distribute
Volume ID: b2d75589-8370-4528-ab4e-b543b3abdc3b
Status: Started
Number of Bricks: 1

Transport-type: tcp
Bricks:
Brick1: bar-1-private:/mnt/brick
Options Reconfigured:
diagnostics.client-log-level: TRACE
diagnostics.brick-log-level: TRACE


Tomo Sato


Fernando Frediani (Qube) wrote:
Hi,

I have been trying to run VMware ESXi VMs on Gluster and was never able to, either with Gluster 3.2 or 3.3. It mounts the NFS, deploy the VM but can’t power it on. I suspect it would be something to do with the way Gluster exports NFS.

I have been people reporting that they used it with KVM VMs and normal Linux NFS, but I never saw anyone saying they have used it with VMware.

I have enabled TRACE logging and grabber the logs from the host I mounted the Datastore while trying to power on the VM.

Would someone care to look and confirm if it’s a NFS export problem or if the problem is somewhere else ?

Thanks

Regards,

*Fernando Frediani*



_______________________________________________
Gluster-devel mailing list
Gluster-devel@xxxxxxxxxx
https://lists.nongnu.org/mailman/listinfo/gluster-devel


[2012-06-19 15:45:18.090150] T [rpcsvc.c:470:rpcsvc_handle_rpc_call] 0-rpcsvc: Client port: 819
[2012-06-19 15:45:18.090219] T [rpcsvc-auth.c:305:rpcsvc_auth_request_init] 0-rpc-service: Auth handler: AUTH_UNIX
[2012-06-19 15:45:18.090241] T [rpcsvc.c:382:rpcsvc_request_create] 0-rpc-service: received rpc-message (XID: 0x3d775174, Ver: 2, Program: 100003, ProgVers: 3, Proc: 1) from rpc-transport (socket.nfs-server)
[2012-06-19 15:45:18.090266] T [auth-unix.c:58:auth_unix_authenticate] 0-rpc-service: Auth Info: machine name: localhost, uid: 0, gid: 0
[2012-06-19 15:45:18.090310] T [rpcsvc.c:211:rpcsvc_program_actor] 0-rpc-service: Actor found: NFS3 - GETATTR
[2012-06-19 15:45:18.090341] D [nfs3-helpers.c:1627:nfs3_log_common_call] 0-nfs-nfsv3: XID: 3d775174, GETATTR: args: FH: hashcount 1, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c
[2012-06-19 15:45:18.090363] T [nfs3.c:811:nfs3_getattr] 0-nfs-nfsv3: FH to Volume: bar
[2012-06-19 15:45:18.090386] T [nfs3-helpers.c:3726:nfs3_fh_resolve_inode] 0-nfs-nfsv3: FH needs inode resolution
[2012-06-19 15:45:18.090406] T [nfs3-helpers.c:3535:nfs3_fh_resolve_inode_done] 0-nfs-nfsv3: FH inode resolved
[2012-06-19 15:45:18.090429] T [nfs.c:437:nfs_user_create] 0-nfs: uid: 0, gid 0, gids: 0
[2012-06-19 15:45:18.090458] T [nfs-fops.c:428:nfs_fop_stat] 0-nfs: Stat: /baz
[2012-06-19 15:45:18.090490] T [rpc-clnt.c:1310:rpc_clnt_record] 0-bar-client-0: Auth Info: pid: 1, uid: 0, gid: 0, owner: 
[2012-06-19 15:45:18.090514] T [rpc-clnt.c:1190:rpc_clnt_record_build_header] 0-rpc-clnt: Request fraglen 84, payload: 20, rpc hdr: 64
[2012-06-19 15:45:18.090572] T [rpc-clnt.c:1510:rpc_clnt_submit] 0-rpc-clnt: submitted request (XID: 0x422x Program: GlusterFS 3.1, ProgVers: 330, Proc: 1) to rpc-transport (bar-client-0)
[2012-06-19 15:45:18.091020] T [rpc-clnt.c:685:rpc_clnt_reply_init] 0-bar-client-0: received rpc message (RPC XID: 0x422x Program: GlusterFS 3.1, ProgVers: 330, Proc: 1) from rpc-transport (bar-client-0)
[2012-06-19 15:45:18.091059] D [nfs3-helpers.c:3389:nfs3_log_common_res] 0-nfs-nfsv3: XID: 3d775174, GETATTR: NFS: 0(Call completed successfully.), POSIX: 0(Success)
[2012-06-19 15:45:18.091087] T [rpcsvc.c:1050:rpcsvc_submit_generic] 0-rpc-service: Tx message: 88
[2012-06-19 15:45:18.091108] T [rpcsvc.c:676:rpcsvc_record_build_header] 0-rpc-service: Reply fraglen 112, payload: 88, rpc hdr: 24
[2012-06-19 15:45:18.091151] T [rpcsvc.c:1087:rpcsvc_submit_generic] 0-rpc-service: submitted reply for rpc-message (XID: 0x1031229812x, Program: NFS3, ProgVers: 3, Proc: 1) to rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.063210] T [rpcsvc.c:470:rpcsvc_handle_rpc_call] 0-rpcsvc: Client port: 819
[2012-06-19 15:45:19.063248] T [rpcsvc-auth.c:305:rpcsvc_auth_request_init] 0-rpc-service: Auth handler: AUTH_UNIX
[2012-06-19 15:45:19.063268] T [rpcsvc.c:382:rpcsvc_request_create] 0-rpc-service: received rpc-message (XID: 0x3d775175, Ver: 2, Program: 100003, ProgVers: 3, Proc: 1) from rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.063290] T [auth-unix.c:58:auth_unix_authenticate] 0-rpc-service: Auth Info: machine name: localhost, uid: 0, gid: 0
[2012-06-19 15:45:19.063309] T [rpcsvc.c:211:rpcsvc_program_actor] 0-rpc-service: Actor found: NFS3 - GETATTR
[2012-06-19 15:45:19.063334] D [nfs3-helpers.c:1627:nfs3_log_common_call] 0-nfs-nfsv3: XID: 3d775175, GETATTR: args: FH: hashcount 1, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c
[2012-06-19 15:45:19.063354] T [nfs3.c:811:nfs3_getattr] 0-nfs-nfsv3: FH to Volume: bar
[2012-06-19 15:45:19.063374] T [nfs3-helpers.c:3726:nfs3_fh_resolve_inode] 0-nfs-nfsv3: FH needs inode resolution
[2012-06-19 15:45:19.063392] T [nfs3-helpers.c:3535:nfs3_fh_resolve_inode_done] 0-nfs-nfsv3: FH inode resolved
[2012-06-19 15:45:19.063413] T [nfs.c:437:nfs_user_create] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.063431] T [nfs.c:445:nfs_user_create] 0-nfs: gid: 0
[2012-06-19 15:45:19.063447] T [nfs-fops.c:428:nfs_fop_stat] 0-nfs: Stat: /baz
[2012-06-19 15:45:19.063465] T [nfs-fops.c:131:nfs_create_frame] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.063482] T [nfs-fops.c:133:nfs_create_frame] 0-nfs: gid: 0
[2012-06-19 15:45:19.063505] T [rpc-clnt.c:1310:rpc_clnt_record] 0-bar-client-0: Auth Info: pid: 1, uid: 0, gid: 0, owner: 
[2012-06-19 15:45:19.063527] T [rpc-clnt.c:1190:rpc_clnt_record_build_header] 0-rpc-clnt: Request fraglen 88, payload: 20, rpc hdr: 68
[2012-06-19 15:45:19.063575] T [rpc-clnt.c:1510:rpc_clnt_submit] 0-rpc-clnt: submitted request (XID: 0x423x Program: GlusterFS 3.1, ProgVers: 330, Proc: 1) to rpc-transport (bar-client-0)
[2012-06-19 15:45:19.063971] T [rpc-clnt.c:685:rpc_clnt_reply_init] 0-bar-client-0: received rpc message (RPC XID: 0x423x Program: GlusterFS 3.1, ProgVers: 330, Proc: 1) from rpc-transport (bar-client-0)
[2012-06-19 15:45:19.064006] D [nfs3-helpers.c:3389:nfs3_log_common_res] 0-nfs-nfsv3: XID: 3d775175, GETATTR: NFS: 0(Call completed successfully.), POSIX: 0(Success)
[2012-06-19 15:45:19.064031] T [rpcsvc.c:1050:rpcsvc_submit_generic] 0-rpc-service: Tx message: 88
[2012-06-19 15:45:19.064052] T [rpcsvc.c:676:rpcsvc_record_build_header] 0-rpc-service: Reply fraglen 112, payload: 88, rpc hdr: 24
[2012-06-19 15:45:19.064093] T [rpcsvc.c:1087:rpcsvc_submit_generic] 0-rpc-service: submitted reply for rpc-message (XID: 0x1031229813x, Program: NFS3, ProgVers: 3, Proc: 1) to rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.064536] T [rpcsvc.c:470:rpcsvc_handle_rpc_call] 0-rpcsvc: Client port: 819
[2012-06-19 15:45:19.064573] T [rpcsvc-auth.c:305:rpcsvc_auth_request_init] 0-rpc-service: Auth handler: AUTH_UNIX
[2012-06-19 15:45:19.064593] T [rpcsvc.c:382:rpcsvc_request_create] 0-rpc-service: received rpc-message (XID: 0x3d775176, Ver: 2, Program: 100003, ProgVers: 3, Proc: 3) from rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.064615] T [auth-unix.c:58:auth_unix_authenticate] 0-rpc-service: Auth Info: machine name: localhost, uid: 0, gid: 0
[2012-06-19 15:45:19.064634] T [rpcsvc.c:211:rpcsvc_program_actor] 0-rpc-service: Actor found: NFS3 - LOOKUP
[2012-06-19 15:45:19.064660] D [nfs3-helpers.c:1641:nfs3_log_fh_entry_call] 0-nfs-nfsv3: XID: 3d775176, LOOKUP: args: FH: hashcount 1, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c, name: foo
[2012-06-19 15:45:19.064682] T [nfs3.c:1408:nfs3_lookup] 0-nfs-nfsv3: FH to Volume: bar
[2012-06-19 15:45:19.064705] T [nfs3-helpers.c:3679:nfs3_fh_resolve_entry_hard] 0-nfs-nfsv3: FH hard resolution: gfid: a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c , entry: foo
[2012-06-19 15:45:19.064730] T [nfs.c:437:nfs_user_create] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.064749] T [nfs.c:445:nfs_user_create] 0-nfs: gid: 0
[2012-06-19 15:45:19.064766] T [nfs-fops.c:335:nfs_fop_lookup] 0-nfs: Lookup: /baz/foo
[2012-06-19 15:45:19.064784] T [nfs-fops.c:131:nfs_create_frame] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.064801] T [nfs-fops.c:133:nfs_create_frame] 0-nfs: gid: 0
[2012-06-19 15:45:19.064861] T [rpc-clnt.c:1310:rpc_clnt_record] 0-bar-client-0: Auth Info: pid: 1, uid: 0, gid: 0, owner: 
[2012-06-19 15:45:19.064886] T [rpc-clnt.c:1190:rpc_clnt_record_build_header] 0-rpc-clnt: Request fraglen 156, payload: 88, rpc hdr: 68
[2012-06-19 15:45:19.064934] T [rpc-clnt.c:1510:rpc_clnt_submit] 0-rpc-clnt: submitted request (XID: 0x424x Program: GlusterFS 3.1, ProgVers: 330, Proc: 27) to rpc-transport (bar-client-0)
[2012-06-19 15:45:19.065372] T [rpc-clnt.c:685:rpc_clnt_reply_init] 0-bar-client-0: received rpc message (RPC XID: 0x424x Program: GlusterFS 3.1, ProgVers: 330, Proc: 27) from rpc-transport (bar-client-0)
[2012-06-19 15:45:19.065417] D [nfs3-helpers.c:3458:nfs3_log_newfh_res] 0-nfs-nfsv3: XID: 3d775176, LOOKUP: NFS: 0(Call completed successfully.), POSIX: 22(Invalid argument), FH: hashcount 2, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid 3b2400dc-1951-426d-8420-6c44546f4ec3
[2012-06-19 15:45:19.065446] T [rpcsvc.c:1050:rpcsvc_submit_generic] 0-rpc-service: Tx message: 224
[2012-06-19 15:45:19.065468] T [rpcsvc.c:676:rpcsvc_record_build_header] 0-rpc-service: Reply fraglen 248, payload: 224, rpc hdr: 24
[2012-06-19 15:45:19.065511] T [rpcsvc.c:1087:rpcsvc_submit_generic] 0-rpc-service: submitted reply for rpc-message (XID: 0x1031229814x, Program: NFS3, ProgVers: 3, Proc: 3) to rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.065721] T [rpcsvc.c:470:rpcsvc_handle_rpc_call] 0-rpcsvc: Client port: 819
[2012-06-19 15:45:19.065752] T [rpcsvc-auth.c:305:rpcsvc_auth_request_init] 0-rpc-service: Auth handler: AUTH_UNIX
[2012-06-19 15:45:19.065782] T [rpcsvc.c:382:rpcsvc_request_create] 0-rpc-service: received rpc-message (XID: 0x3d775177, Ver: 2, Program: 100003, ProgVers: 3, Proc: 3) from rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.065804] T [auth-unix.c:58:auth_unix_authenticate] 0-rpc-service: Auth Info: machine name: localhost, uid: 0, gid: 0
[2012-06-19 15:45:19.065823] T [rpcsvc.c:211:rpcsvc_program_actor] 0-rpc-service: Actor found: NFS3 - LOOKUP
[2012-06-19 15:45:19.065847] D [nfs3-helpers.c:1641:nfs3_log_fh_entry_call] 0-nfs-nfsv3: XID: 3d775177, LOOKUP: args: FH: hashcount 2, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid 3b2400dc-1951-426d-8420-6c44546f4ec3, name: ..
[2012-06-19 15:45:19.065868] T [nfs3.c:1408:nfs3_lookup] 0-nfs-nfsv3: FH to Volume: bar
[2012-06-19 15:45:19.065890] T [nfs3-helpers.c:3679:nfs3_fh_resolve_entry_hard] 0-nfs-nfsv3: FH hard resolution: gfid: 3b2400dc-1951-426d-8420-6c44546f4ec3 , entry: ..
[2012-06-19 15:45:19.065913] T [nfs3-helpers.c:3687:nfs3_fh_resolve_entry_hard] 0-nfs-nfsv3: Entry needs lookup: /baz/foo/..
[2012-06-19 15:45:19.065932] T [nfs.c:437:nfs_user_create] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.065950] T [nfs.c:445:nfs_user_create] 0-nfs: gid: 0
[2012-06-19 15:45:19.065966] T [nfs-fops.c:335:nfs_fop_lookup] 0-nfs: Lookup: /baz/foo/..
[2012-06-19 15:45:19.065984] T [nfs-fops.c:131:nfs_create_frame] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.066001] T [nfs-fops.c:133:nfs_create_frame] 0-nfs: gid: 0
[2012-06-19 15:45:19.066056] T [rpc-clnt.c:1310:rpc_clnt_record] 0-bar-client-0: Auth Info: pid: 1, uid: 0, gid: 0, owner: 
[2012-06-19 15:45:19.066079] T [rpc-clnt.c:1190:rpc_clnt_record_build_header] 0-rpc-clnt: Request fraglen 156, payload: 88, rpc hdr: 68
[2012-06-19 15:45:19.066127] T [rpc-clnt.c:1510:rpc_clnt_submit] 0-rpc-clnt: submitted request (XID: 0x425x Program: GlusterFS 3.1, ProgVers: 330, Proc: 27) to rpc-transport (bar-client-0)
[2012-06-19 15:45:19.066646] T [rpc-clnt.c:685:rpc_clnt_reply_init] 0-bar-client-0: received rpc message (RPC XID: 0x425x Program: GlusterFS 3.1, ProgVers: 330, Proc: 27) from rpc-transport (bar-client-0)
[2012-06-19 15:45:19.066690] D [nfs3-helpers.c:3458:nfs3_log_newfh_res] 0-nfs-nfsv3: XID: 3d775177, LOOKUP: NFS: 0(Call completed successfully.), POSIX: 0(Success), FH: hashcount 3, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c
[2012-06-19 15:45:19.066718] T [rpcsvc.c:1050:rpcsvc_submit_generic] 0-rpc-service: Tx message: 228
[2012-06-19 15:45:19.066740] T [rpcsvc.c:676:rpcsvc_record_build_header] 0-rpc-service: Reply fraglen 252, payload: 228, rpc hdr: 24
[2012-06-19 15:45:19.066781] T [rpcsvc.c:1087:rpcsvc_submit_generic] 0-rpc-service: submitted reply for rpc-message (XID: 0x1031229815x, Program: NFS3, ProgVers: 3, Proc: 3) to rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.066998] T [rpcsvc.c:470:rpcsvc_handle_rpc_call] 0-rpcsvc: Client port: 819
[2012-06-19 15:45:19.067029] T [rpcsvc-auth.c:305:rpcsvc_auth_request_init] 0-rpc-service: Auth handler: AUTH_UNIX
[2012-06-19 15:45:19.067047] T [rpcsvc.c:382:rpcsvc_request_create] 0-rpc-service: received rpc-message (XID: 0x3d775178, Ver: 2, Program: 100003, ProgVers: 3, Proc: 17) from rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.067068] T [auth-unix.c:58:auth_unix_authenticate] 0-rpc-service: Auth Info: machine name: localhost, uid: 0, gid: 0
[2012-06-19 15:45:19.067087] T [rpcsvc.c:211:rpcsvc_program_actor] 0-rpc-service: Actor found: NFS3 - READDIRPLUS
[2012-06-19 15:45:19.067112] D [nfs3-helpers.c:3523:nfs3_log_readdir_call] 0-nfs-nfsv3: XID: 3d775178, READDIRPLUS: args: FH: hashcount 3, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c, dircount: 1008, maxcount: 8064
[2012-06-19 15:45:19.067133] T [nfs3.c:4310:nfs3_readdir] 0-nfs-nfsv3: FH to Volume: bar
[2012-06-19 15:45:19.067152] T [nfs3-helpers.c:3726:nfs3_fh_resolve_inode] 0-nfs-nfsv3: FH needs inode resolution
[2012-06-19 15:45:19.067170] T [nfs3-helpers.c:3535:nfs3_fh_resolve_inode_done] 0-nfs-nfsv3: FH inode resolved
[2012-06-19 15:45:19.067205] T [nfs.c:437:nfs_user_create] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.067225] T [nfs.c:445:nfs_user_create] 0-nfs: gid: 0
[2012-06-19 15:45:19.067242] T [nfs-fops.c:610:nfs_fop_readdirp] 0-nfs: readdir
[2012-06-19 15:45:19.067260] T [nfs-fops.c:131:nfs_create_frame] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.067277] T [nfs-fops.c:133:nfs_create_frame] 0-nfs: gid: 0
[2012-06-19 15:45:19.067303] T [rpc-clnt.c:1310:rpc_clnt_record] 0-bar-client-0: Auth Info: pid: 1, uid: 0, gid: 0, owner: 
[2012-06-19 15:45:19.067325] T [rpc-clnt.c:1190:rpc_clnt_record_build_header] 0-rpc-clnt: Request fraglen 108, payload: 40, rpc hdr: 68
[2012-06-19 15:45:19.067373] T [rpc-clnt.c:1510:rpc_clnt_submit] 0-rpc-clnt: submitted request (XID: 0x426x Program: GlusterFS 3.1, ProgVers: 330, Proc: 40) to rpc-transport (bar-client-0)
[2012-06-19 15:45:19.067896] T [rpc-clnt.c:685:rpc_clnt_reply_init] 0-bar-client-0: received rpc message (RPC XID: 0x426x Program: GlusterFS 3.1, ProgVers: 330, Proc: 40) from rpc-transport (bar-client-0)
[2012-06-19 15:45:19.067935] T [nfs.c:437:nfs_user_create] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.067956] T [nfs.c:445:nfs_user_create] 0-nfs: gid: 0
[2012-06-19 15:45:19.067973] T [nfs-fops.c:475:nfs_fop_fstat] 0-nfs: FStat
[2012-06-19 15:45:19.067991] T [nfs-fops.c:131:nfs_create_frame] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.068008] T [nfs-fops.c:133:nfs_create_frame] 0-nfs: gid: 0
[2012-06-19 15:45:19.068032] T [rpc-clnt.c:1310:rpc_clnt_record] 0-bar-client-0: Auth Info: pid: 1, uid: 0, gid: 0, owner: 
[2012-06-19 15:45:19.068054] T [rpc-clnt.c:1190:rpc_clnt_record_build_header] 0-rpc-clnt: Request fraglen 96, payload: 28, rpc hdr: 68
[2012-06-19 15:45:19.068101] T [rpc-clnt.c:1510:rpc_clnt_submit] 0-rpc-clnt: submitted request (XID: 0x427x Program: GlusterFS 3.1, ProgVers: 330, Proc: 25) to rpc-transport (bar-client-0)
[2012-06-19 15:45:19.068535] T [rpc-clnt.c:685:rpc_clnt_reply_init] 0-bar-client-0: received rpc message (RPC XID: 0x427x Program: GlusterFS 3.1, ProgVers: 330, Proc: 25) from rpc-transport (bar-client-0)
[2012-06-19 15:45:19.068568] T [nfs3.c:4104:nfs3svc_readdir_fstat_cbk] 0-nfs-nfsv3: Reached end-of-directory
[2012-06-19 15:45:19.068592] D [nfs3-helpers.c:3489:nfs3_log_readdirp_res] 0-nfs-nfsv3: XID: 3d775178, READDIRPLUS: NFS: 0(Call completed successfully.), POSIX: 0(Success), dircount: 1008, maxcount: 8064, cverf: 59641052, is_eof: 1
[2012-06-19 15:45:19.068615] T [nfs3-helpers.c:758:nfs3_fill_entryp3] 0-nfs-nfsv3: Entry: .., ino: 16777216
[2012-06-19 15:45:19.068635] T [nfs3-helpers.c:758:nfs3_fill_entryp3] 0-nfs-nfsv3: Entry: foo, ino: 2920037965
[2012-06-19 15:45:19.068655] T [nfs3-helpers.c:758:nfs3_fill_entryp3] 0-nfs-nfsv3: Entry: ., ino: 1205893126
[2012-06-19 15:45:19.068681] T [rpcsvc.c:1050:rpcsvc_submit_generic] 0-rpc-service: Tx message: 612
[2012-06-19 15:45:19.068702] T [rpcsvc.c:676:rpcsvc_record_build_header] 0-rpc-service: Reply fraglen 636, payload: 612, rpc hdr: 24
[2012-06-19 15:45:19.068743] T [rpcsvc.c:1087:rpcsvc_submit_generic] 0-rpc-service: submitted reply for rpc-message (XID: 0x1031229816x, Program: NFS3, ProgVers: 3, Proc: 17) to rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.068771] T [nfs3.c:447:nfs3_call_state_wipe] 0-nfs-nfsv3: fd 0x38e0cdc ref: 1
[2012-06-19 15:45:19.068940] T [rpcsvc.c:470:rpcsvc_handle_rpc_call] 0-rpcsvc: Client port: 819
[2012-06-19 15:45:19.068968] T [rpcsvc-auth.c:305:rpcsvc_auth_request_init] 0-rpc-service: Auth handler: AUTH_UNIX
[2012-06-19 15:45:19.068987] T [rpcsvc.c:382:rpcsvc_request_create] 0-rpc-service: received rpc-message (XID: 0x3d775179, Ver: 2, Program: 100003, ProgVers: 3, Proc: 3) from rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.069007] T [auth-unix.c:58:auth_unix_authenticate] 0-rpc-service: Auth Info: machine name: localhost, uid: 0, gid: 0
[2012-06-19 15:45:19.069025] T [rpcsvc.c:211:rpcsvc_program_actor] 0-rpc-service: Actor found: NFS3 - LOOKUP
[2012-06-19 15:45:19.069049] D [nfs3-helpers.c:1641:nfs3_log_fh_entry_call] 0-nfs-nfsv3: XID: 3d775179, LOOKUP: args: FH: hashcount 3, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c, name: ..
[2012-06-19 15:45:19.069082] T [nfs3.c:1408:nfs3_lookup] 0-nfs-nfsv3: FH to Volume: bar
[2012-06-19 15:45:19.069105] T [nfs3-helpers.c:3679:nfs3_fh_resolve_entry_hard] 0-nfs-nfsv3: FH hard resolution: gfid: a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c , entry: ..
[2012-06-19 15:45:19.069129] T [nfs3-helpers.c:3687:nfs3_fh_resolve_entry_hard] 0-nfs-nfsv3: Entry needs lookup: /baz/..
[2012-06-19 15:45:19.069147] T [nfs.c:437:nfs_user_create] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.069165] T [nfs.c:445:nfs_user_create] 0-nfs: gid: 0
[2012-06-19 15:45:19.069181] T [nfs-fops.c:335:nfs_fop_lookup] 0-nfs: Lookup: /baz/..
[2012-06-19 15:45:19.069198] T [nfs-fops.c:131:nfs_create_frame] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.069216] T [nfs-fops.c:133:nfs_create_frame] 0-nfs: gid: 0
[2012-06-19 15:45:19.069269] T [rpc-clnt.c:1310:rpc_clnt_record] 0-bar-client-0: Auth Info: pid: 1, uid: 0, gid: 0, owner: 
[2012-06-19 15:45:19.069293] T [rpc-clnt.c:1190:rpc_clnt_record_build_header] 0-rpc-clnt: Request fraglen 156, payload: 88, rpc hdr: 68
[2012-06-19 15:45:19.069341] T [rpc-clnt.c:1510:rpc_clnt_submit] 0-rpc-clnt: submitted request (XID: 0x428x Program: GlusterFS 3.1, ProgVers: 330, Proc: 27) to rpc-transport (bar-client-0)
[2012-06-19 15:45:19.069829] T [rpc-clnt.c:685:rpc_clnt_reply_init] 0-bar-client-0: received rpc message (RPC XID: 0x428x Program: GlusterFS 3.1, ProgVers: 330, Proc: 27) from rpc-transport (bar-client-0)
[2012-06-19 15:45:19.069873] D [nfs3-helpers.c:3458:nfs3_log_newfh_res] 0-nfs-nfsv3: XID: 3d775179, LOOKUP: NFS: 0(Call completed successfully.), POSIX: 0(Success), FH: hashcount 4, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid 00000000-0000-0000-0000-000000000001
[2012-06-19 15:45:19.069901] T [rpcsvc.c:1050:rpcsvc_submit_generic] 0-rpc-service: Tx message: 228
[2012-06-19 15:45:19.069923] T [rpcsvc.c:676:rpcsvc_record_build_header] 0-rpc-service: Reply fraglen 252, payload: 228, rpc hdr: 24
[2012-06-19 15:45:19.069964] T [rpcsvc.c:1087:rpcsvc_submit_generic] 0-rpc-service: submitted reply for rpc-message (XID: 0x1031229817x, Program: NFS3, ProgVers: 3, Proc: 3) to rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.070198] T [rpcsvc.c:470:rpcsvc_handle_rpc_call] 0-rpcsvc: Client port: 819
[2012-06-19 15:45:19.070226] T [rpcsvc-auth.c:305:rpcsvc_auth_request_init] 0-rpc-service: Auth handler: AUTH_UNIX
[2012-06-19 15:45:19.070244] T [rpcsvc.c:382:rpcsvc_request_create] 0-rpc-service: received rpc-message (XID: 0x3d77517a, Ver: 2, Program: 100003, ProgVers: 3, Proc: 3) from rpc-transport (socket.nfs-server)
[2012-06-19 15:45:19.070265] T [auth-unix.c:58:auth_unix_authenticate] 0-rpc-service: Auth Info: machine name: localhost, uid: 0, gid: 0
[2012-06-19 15:45:19.070283] T [rpcsvc.c:211:rpcsvc_program_actor] 0-rpc-service: Actor found: NFS3 - LOOKUP
[2012-06-19 15:45:19.070307] D [nfs3-helpers.c:1641:nfs3_log_fh_entry_call] 0-nfs-nfsv3: XID: 3d77517a, LOOKUP: args: FH: hashcount 3, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c, name: foo
[2012-06-19 15:45:19.070328] T [nfs3.c:1408:nfs3_lookup] 0-nfs-nfsv3: FH to Volume: bar
[2012-06-19 15:45:19.070350] T [nfs3-helpers.c:3679:nfs3_fh_resolve_entry_hard] 0-nfs-nfsv3: FH hard resolution: gfid: a4e1c22c-8d79-4b0b-b0a0-fff48b01ab4c , entry: foo
[2012-06-19 15:45:19.070373] T [nfs.c:437:nfs_user_create] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.070391] T [nfs.c:445:nfs_user_create] 0-nfs: gid: 0
[2012-06-19 15:45:19.070408] T [nfs-fops.c:335:nfs_fop_lookup] 0-nfs: Lookup: /baz/foo
[2012-06-19 15:45:19.070425] T [nfs-fops.c:131:nfs_create_frame] 0-nfs: uid: 0, gid 0, gids: 1
[2012-06-19 15:45:19.070443] T [nfs-fops.c:133:nfs_create_frame] 0-nfs: gid: 0
[2012-06-19 15:45:19.070495] T [rpc-clnt.c:1310:rpc_clnt_record] 0-bar-client-0: Auth Info: pid: 1, uid: 0, gid: 0, owner: 
[2012-06-19 15:45:19.070518] T [rpc-clnt.c:1190:rpc_clnt_record_build_header] 0-rpc-clnt: Request fraglen 156, payload: 88, rpc hdr: 68
[2012-06-19 15:45:19.070576] T [rpc-clnt.c:1510:rpc_clnt_submit] 0-rpc-clnt: submitted request (XID: 0x429x Program: GlusterFS 3.1, ProgVers: 330, Proc: 27) to rpc-transport (bar-client-0)
[2012-06-19 15:45:19.070988] T [rpc-clnt.c:685:rpc_clnt_reply_init] 0-bar-client-0: received rpc message (RPC XID: 0x429x Program: GlusterFS 3.1, ProgVers: 330, Proc: 27) from rpc-transport (bar-client-0)
[2012-06-19 15:45:19.071030] D [nfs3-helpers.c:3458:nfs3_log_newfh_res] 0-nfs-nfsv3: XID: 3d77517a, LOOKUP: NFS: 0(Call completed successfully.), POSIX: 22(Invalid argument), FH: hashcount 4, exportid b2d75589-8370-4528-ab4e-b543b3abdc3b, gfid 3b2400dc-1951-426d-8420-6c44546f4ec3
[2012-06-19 15:45:19.071059] T [rpcsvc.c:1050:rpcsvc_submit_generic] 0-rpc-service: Tx message: 228
[2012-06-19 15:45:19.071080] T [rpcsvc.c:676:rpcsvc_record_build_header] 0-rpc-service: Reply fraglen 252, payload: 228, rpc hdr: 24
[2012-06-19 15:45:19.071121] T [rpcsvc.c:1087:rpcsvc_submit_generic] 0-rpc-service: submitted reply for rpc-message (XID: 0x1031229818x, Program: NFS3, ProgVers: 3, Proc: 3) to rpc-transport (socket.nfs-server)


[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux