Re: autpfs + nfs stuck on stat() inside libvirt lxc 1.2.18

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

 



Additioanl info.
after start automount inside LXC, in /etc/mtab added string:
/etc/auto.nfs /host autofs
rw,relatime,fd=6,pgrp=679,timeout=10,minproto=5,maxproto=5,indirect 0
0
And autmount hang on lstat('/host/SOMETHING')

If comment lstat() in code, automount would try make directory inside
/host/ and mkdir in such case return -1:
126                     int ret = mkdir(path, mode);
(gdb) p path
$3 = 0x7ffff7fc5250 "/host/vortex"
(gdb) p mode
$4 = 365
(gdb) n
127                     (void) umask(mask);
(gdb) p ret
$5 = -1

_______________________________________________
libvirt-users mailing list
libvirt-users@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvirt-users



[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux