Problem with "Create CT on nfs storage"

ltokok

New Member
May 3, 2012
2
0
1
Hello,I have a problem。
I install “Proxmox VE 2.1” on two Server .

The first Server is NFS Server
This server have a SAN lun,I Create a big single partition (sdc1),Format the partition with ext3 and mounted on /hsv2t001
Code:
Filesystem                                                              Size  Used Avail Use% Mounted on
/dev/mapper/3600508b4000d152c0000c00000660000    2.0T  1.4G  1.9T   1%  /hsv2t001

The nfs server info:
IPADDR = 172.24.3.254/24
Install nfs-kernel-server :
Code:
aptitude -t lenny-backports install nfs-kernel-server
Configure nfs exports :
Code:
/hsv2t001/pvenfs001   192.168.102.*(rw,sync,no_subtree_check,no_root_squash)

The second server is PVEnode1
IPADDR = 192.168.102.253/24
Create CT and VM on local storage Looking Perfectly Normal , I add nfs storage
001-nfs.PNG
I create VM on this NFS storage Looking Perfectly Normal ,but create CT,the CT no service and swap ,on the CT's console
002-console.PNG
The CT also can not Shutdown。

Code:
#more /var/log/pve/tasks/index

UPID:pvenode2:00007DD0:00A87857:4F9A4C69:vzdestroy:100:root@pam: 4F9BB87F comman
d 'vzctl destroy 100' failed: exit code 52
UPID:pvenode2:0002FB9B:039F8510:4FA1E394:stopall::root@pam: 4FA1E394 OK
UPID:pvenode2:00000603:0000058D:4FA1E432:startall::root@pam: 4FA1E432 OK
UPID:pvenode2:00002BD6:00307BC5:4FA26042:vzcreate:100:root@pam: 4FA260BB OK
UPID:pvenode2:00002C4C:0030CE04:4FA26115:vzstart:100:root@pam: 4FA26115 OK
UPID:pvenode2:00002C9A:0030D0DD:4FA2611C:vncproxy:100:root@pam: 4FA26141 OK
UPID:pvenode2:00002D33:0030E203:4FA26148:vzshutdown:100:root@pam: 4FA26184 comma
nd 'vzctl stop 100' failed: got timeout

Please help me.Thank you.
 
Last edited:
why use lenny-backports? that line in sources.list should probably be removed . then wun aptitude update and install nfs-kernel-server from squeeze.
I am not sure that will solve the issue. But it is better to use squeeze stable packages.