I've noted that one of my node, '3jane', tend to ''crash'' on shutdown,
so unattended reboots are painful.

That node is also a NFS server for the cluster, with /etc/exports:

 /srv/pve        tessier(rw,async,no_root_squash,no_subtree_check) 
ashpool(rw,async,no_root_squash,no_subtree_check) 
3jane(rw,async,no_root_squash,no_subtree_check)

i've defined a NFS type storage, like (in /etc/pve/storage.cfg):

 nfs: Backup
        server 3jane
        export /srv/pve
        path /mnt/pve/Backup
        content images,vztmpl,backup,iso
        options vers=3,soft,intr
        maxfiles 60

and so the NFS share get mounted by itself on 3jane:

 root@3jane:~# df 
 File system    1K-blocchi     Usati  Disponib. Uso% Montato su
 udev                10240         0      10240   0% /dev
 tmpfs             2451660      9176    2442484   1% /run
 /dev/md0       1899146548 625786412 1176866008  35% /
 tmpfs             6129148     64368    6064780   2% /dev/shm
 tmpfs                5120         0       5120   0% /run/lock
 tmpfs             6129148         0    6129148   0% /sys/fs/cgroup
 cgmfs                 100         0        100   0% /run/cgmanager/fs
 /dev/fuse           30720        48      30672   1% /etc/pve
 3jane:/srv/pve 1899147264 625786880 1176866816  35% /mnt/pve/Backup


Note that ive added the 'soft' opton to NFS mount, but seems to not
suffice to solve the hang on shutdown/reboot.


Can i do something? Thanks.

-- 
dott. Marco Gaiarin                                     GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''          http://www.lanostrafamiglia.it/
  Polo FVG   -   Via della Bontà, 7 - 33078   -   San Vito al Tagliamento (PN)
  marco.gaiarin(at)lanostrafamiglia.it   t +39-0434-842711   f +39-0434-842797

                Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
    http://www.lanostrafamiglia.it/25/index.php/component/k2/item/123
        (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
_______________________________________________
pve-user mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to