Since when servers need to collect vdsm logs?
I have one node is running vdsm and on the server overt-engine
Node:
root@noc-3-synt ~]# /usr/bin/sudo -n /bin/mount -t nfs -o
soft,nosharecache,timeo=600,retrans=6 10.1.20.2:/home/nfs4
/rhev/data-center/mnt/10.1.20.2:_home_nfs4
mount.nfs: mount point /rhev/data-center/mnt/10.1.20.2:_home_nfs4 does not exist
[root@noc-3-synt ~]# /usr/bin/sudo -n /bin/mount -t nfs -o
soft,nosharecache,timeo=600,retrans=6 10.1.20.2:/home/nfs4 /tmp/foo
[root@noc-3-synt ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_noc3synt-lv_root
50G 4.5G 43G 10% /
tmpfs 7.9G 0 7.9G 0% /dev/shm
/dev/sda1 497M 246M 227M 52% /boot
/dev/mapper/vg_noc3synt-lv_home
491G 7.4G 459G 2% /mht
127.0.0.1:/gluster 491G 11G 456G 3% /rhev/data-center/mnt/127.0.0.1:_gluster
10.1.20.2:/home/nfs4 493G 304G 164G 65% /tmp/foo
[root@noc-3-synt ~]# vdsClient -s 0 getStorageDomainsList
b0a0e76b-f983-405b-a0af-d0314a1c381a
[root@noc-3-synt ~]# mount
/dev/mapper/vg_noc3synt-lv_root on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
/dev/sda1 on /boot type ext4 (rw)
/dev/mapper/vg_noc3synt-lv_home on /mht type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
127.0.0.1:/gluster on /rhev/data-center/mnt/127.0.0.1:_gluster type fuse.glusterfs
(rw,default_permissions,allow_other,max_read=131072)
10.1.20.2:/home/nfs4 on /tmp/foo type nfs
(rw,soft,nosharecache,timeo=600,retrans=6,addr=10.1.20.2)
-----Original Message-----
From: Haim [mailto:hateya@redhat.com]
Sent: Tuesday, August 28, 2012 5:57 PM
To: зоррыч
Cc: users(a)ovirt.org
Subject: Re: [Users] Error importing export storage
On 08/28/2012 04:34 PM, зоррыч wrote:
/usr/bin/sudo -n /bin/mount -t nfs -o
soft,nosharecache,timeo=600,retrans=6 10.1.20.2:/home/nfs4
/rhev/data-center/mnt/10.1.20.2:_home_nfs4
please attach both engine and vdsm logs
(full, compressed).
also, please execute the following commands from host (vds):
1) /usr/bin/sudo -n /bin/mount -t nfs -o
soft,nosharecache,timeo=600,retrans=6 10.1.20.2:/home/nfs4
/rhev/data-center/mnt/10.1.20.2:_home_nfs4
2) vdsClient -s 0 getStorageDomainsList
3) mount
* if you are working in a non-secure mode, try vdsClient 0 (without the -s).