Search results

  1. G

    Mounted NFS backup avoid us to login in the WebGUI

    Hi, I got complementary NFS backup space who coming with my server rent but this NFS backup become unavailable for few hours few days ago. Since it come back online, I can't remount it and this is potentially the root cause of another big issue who causing me the inability to login into the...
  2. G

    High I/O Delay – Please Help

    Hey just find the root cause. There was an cronjob according to the last line of: /etc/cron.d/mdadm # # cron.d/mdadm -- schedules periodic redundancy checks of MD devices # # Copyright © martin f. krafft <madduck@madduck.net> # distributed under the terms of the Artistic Licence 2.0 # # By...
  3. G

    High I/O Delay – Please Help

    I just check the crontab file and there no cronjob currently set for root. This is the result of crontab -l root@pve:~# crontab -l no crontab for root How to check if some scrubs are set? I have some FreeNAS systems on dedicated local machines who did scrub one time a week, Sunday. Not...
  4. G

    High I/O Delay – Please Help

    Ok next time this happen I will do mdstat to see more what happen, but my provider (OVH Canada) had made full system diagnosis few days ago and they can't find any issues, even with the disks. Why it happen only once a month and its only during the first Sunday? :confused: Moving to RAID 10 is...
  5. G

    Can’t resize VM harddisk, “got timeout (500)”.

    Not at all, whatever if the "no backup" case is checked or not I can now expand hard drives. Other thing is I see an very high IO usage who occur each first Sunday of each month. This also affect the services running on the VMs. I can see an average of 10% with peeks up to 40%. Today Monday...
  6. G

    Can’t resize VM harddisk, “got timeout (500)”.

    The desired size was 5TB, I don't know if this was causing the issue but when I uncheck the "has a backup" check box in the hard drive advances settings, the size of the drive jump to 9TB. Its mathematically logic as I tries three attempts, probably they get stuck as there nothing who appeared...
  7. G

    High I/O Delay – Please Help

    May I have some help please? Still slow and this still happening during a Sunday. When I did ps -aux I see a process who use a lot of resources: root 11579 41.0 0.0 0 0 ? DN 00:57 431:54 [md4_resync] This process seem to use a lot of resources only one Sunday a month...
  8. G

    Can’t resize VM harddisk, “got timeout (500)”.

    Hi, I need to increase the size of one of my VM hard disk but I got an error saying: got timeout (500). I got two error messages The first one is when the VM running and the second is when the VM was stopped. VM 110 qmp command 'block_resize' failed - got timeout (500) and command...
  9. G

    High I/O Delay – Please Help

    Hi, I have a dedicated server running under theses specs: CPU(s) 8 x Intel(R) Xeon(R) CPU D-1521 @ 2.40GHz (1 Socket) 32 GB RAM - DDR4 Kernel Version Linux 4.15.18-7-pve #1 SMP PVE 4.15.18-27 (Wed, 10 Oct 2018 10:50:11 +0200) PVE Manager Version pve-manager/5.2-10/6f892b40 6 x 12TB HDD...
  10. G

    Need to restart physical host each time I add a port forwarding entry in /etc/network/interfaces.

    Its doesn't work yet. This is my /etc/network/interfaces file: auto lo iface lo inet loopback iface enp4s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.2.14 netmask 255.255.0.0 network 192.168.0.0 broadcast 192.168.2.255 gateway...
  11. G

    Help for Masquerading (NAT)

    Thanks a lot for your reply. I look at the https://pve.proxmox.com/wiki/OVH but I still doesn't understand. I have six Windows Server 2008 R2 Datacenter VM who need to share this IP: 167.114.181.49 , what I know is I need a NAT. I already assign some of my IP addresses to Linux based VM...
  12. G

    Help for Masquerading (NAT)

    Please, if someone can help that will help. :p
  13. G

    Help for Masquerading (NAT)

    Hi, I need to use one of my failover IP to do masquerading to provide some VM with internet but who dosen't need to be accessed (no inbound). This is my Proxmox /etc/network/interfaces file: auto lo iface lo inet loopback iface eno3 inet manual iface eno4 inet manual auto vmbr0 iface...
  14. G

    Help for setting up network on dedicated server

    Also when doing this: service networking restart I got that: Job for networking.service failed because the control process exited with error code. See "systemctl status networking.service" and "journalctl -xe" for details.
  15. G

    Help for setting up network on dedicated server

    Hi, I have an dedicated server with Proxmox on it but I'm unable to setup network. I can access the server using his main IP but I'm unable to use additional IP (I have ordered) with my VMs. This is my /etc/network/interfaces file content: auto lo iface lo inet loopback iface eno3 inet...
  16. G

    Error: storage is not online (500)

    Hello, When setting NFS from FreeNAS I got this 9 time of 10: storage 'storage-name' is not online (500). The FreeNAS server is Up and running and the NFS service is UP also. What can be wrong? When it work, I can see the storage size and use it normally but its annoying as it happen...