Search results

  1. J

    open iscsi starts before network

    root@********:~# multipath -ll 3600c0ff00028252320c3655c01000000 dm-1 HP,MSA 1040 SAN size=3.6T features='2 queue_if_no_path retain_attached_hw_handler' hwhandler='1 alua' wp=rw |-+- policy='service-time 0' prio=50 status=active | |- 12:0:0:3 sde 8:64 active ready running | `- 14:0:0:3 sdk...
  2. J

    open iscsi starts before network

    root@*********:~# cat /etc/network/interfaces # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage part of the network configuration manually, # please utilize the 'source' or 'source-directory'...
  3. J

    open iscsi starts before network

    Yes i see but i don't want to edit default iscsi.service adding a sleep time... it seems a bug in my opinion.
  4. J

    open iscsi starts before network

    root@**********:/etc/iscsi# systemctl show iscsid.service | grep After RemainAfterExit=no After=network-online.target system.slice systemd-journald.socket network.target multipathd.service
  5. J

    open iscsi starts before network

    root@**********:/var/log# systemctl show open-iscsi.service | grep After RemainAfterExit=yes After=system.slice multipathd.service iscsid.service network-online.target systemd-journald.socket
  6. J

    open iscsi starts before network

    here you can see iSCSI daemon starts before my network interface: May 02 10:34:23 ********** iscsid[1854]: iSCSI daemon with pid=1857 started! May 02 10:34:27 ********** iscsid[1854]: connect to 10.10.200.105:3260 failed (No route to host) May 02 10:34:27 ********** iscsid[1854]: connect to...
  7. J

    open iscsi starts before network

    in my installation iscsi starts before network and when i made a reboot system iscsi have to wait network
  8. J

    Proxmox VE 5.4 released!

    some hints about vm hibernate? Specific version of qemu guest agent? I tried some minutes ago but it fails... log display: Apr 11 18:38:42 pvedaemon[6288]: suspend VM 133: UPID::00001890:08F90DCB:5CAF6D92:qmsuspend:133:root@pam: Apr 11 18:38:44 multipathd[662]: sdf: spurious uevent, path...
  9. J

    [SOLVED] Create backup fail with error: Cannot open: Permission de

    in my installation changing tmp dir in vzdump.conf solve the problem.
  10. J

    pve-kernel-4.15.18-1-pve + IXGBE driver

    with 4.15.18-1 doesn't works ixgbe? It's a big big problem...
  11. J

    proxmox ve best network configuration

    Thank you for reply, i mean Virtual machines have each a different VLAN from trunk for example trunk go to eth0---- etho part of vmbr1 first vm with interface on vmbr0 vlan 2 second vm with interface on vmbr0 vlan 10 and so on is it possible?
  12. J

    proxmox ve best network configuration

    Hi, is it possibile to propagate a switch trunk on a proxmox bridge to distribute vlan directly on VM and container? for example: switch------trunk of vlan 2,3,10,15------proxmox bridge br1-----VM on vlan3/VM on vlan10/VM on vlan15 i have to use openVswitch? Some examples? Or i have to...
  13. J

    LXC container and static route

    can you post your /network/interfaces file? i have two virtual interfaces...
  14. J

    LXC container and static route

    i used ubuntu 16.04 from proxmox default repository
  15. J

    LXC apparmor

    i noticed some logs on kernl.log on one of my LXC container: audit: type=1400 audit(1525619562.342:31): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-container-default-cgns" name="/" pid=7220 comm="(imedated)" flags="rw, rslave" because in proxmox VE...
  16. J

    LXC container and static route

    obviously the same command from shell works fine...
  17. J

    LXC container and static route

    Hi, i have one container with 2 network card/connection i have to set one static route, but using (for example) in /etc/network/interfaces up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.10.200.1 doesn't work suggestion? thanks in advance
  18. J

    Proxmox VE iSCSI strange log on Synology Storage

    Hi, try to contact synology support, i've no fortune with... Synology support is ridicolous...no help about this problem... don't change TARGET_THREAD_SET_COUNT, doesn't solve the problem... do you have bond interfaces for synology node? I think problem is there...but i can't reconfigure my...