Search results

  1. I

    [SOLVED] Migration aborted

    I have v7.2.7 running in a cluster or what this is called. Have both Proxmox in same WEB GUI. Usually, I have been able to move the vms from one Proxmox-server to the other. I have recently upgraded to 7.2.7 (both hosts rebooted). When I try to migrate a live kvm-machine, I get these kinds of...
  2. I

    Proxmox reboots automatically

    Having 40-50 vm on a server running the same jobs and for no reason, just one of them does this without warning (reboots): Jun 21 16:24:47 est1 QEMU[61374]: kvm: terminating on signal 15 from pid 35204 (/usr/sbin/qmeventd) Jun 21 16:24:48 est1 kernel: fwbr174i0: port 2(tap174i0) entered...
  3. I

    IPv6 Slaac on bridge

    I have a proxmox-server running only ipv6 on a fixed IPv6-address (initial IP in the range). This host is setup with remote monitoring and have 100% uptime. Then I have 40-50 vms that runs on IPv6 and I get "packet-loss" from Pingdom on these at certain fixed time. This packet loss is only for...
  4. I

    Attempt to read or write outside of a disk...

    I have 50TB formatted volume on completely new disks, it should be able to store 38TB. I would get a warning message normally if I try to store more than is available in Proxmox I think (I'm running on lvm-thick only now).
  5. I

    Thin or not to thin... LVM

    When I try to create a thin-volume, it says that I have no available disk :) But you are saying it is possible in theory to create a lvm-thin from the command line on the proxmox-host instead of using the GUI, I assume?
  6. I

    Attempt to read or write outside of a disk...

    I managed to create a vm with just a 13 GB drive finally. But not 35TB... Next step would be to try to create a small kvm-machine and then try to add a big disk as attachment/disk #2. I guess that can have some advantages (if it works). Will try your tip also, but it seems like it should work...
  7. I

    Thin or not to thin... LVM

    You mean create two volumes (basically /dev/sdb and /dev/sdc) from the hw raid controller and then create a thick lvm for one (sdb) and thin for (sdc) from inside Proxmox. That should work, only is if I need to increase the sdb at once time, not that easy from the raid-controller I think. In...
  8. I

    Attempt to read or write outside of a disk...

    I have tried three different distrubutions - all failed. So I choose to just delete my lvm-thin volume, gpt-init the disk and created lvm thick volume instead. This time, I just created a 500 Gb disk. Still same result! The installer doesn't directly report any error, but when checking its log...
  9. I

    Attempt to read or write outside of a disk...

    I have tried several times to install Ubuntu from a iso I know is good. It says installed and all is good - but on reboot: "Attempt to read or write outside of disk hd0" and into grub rescue. It is a 35TB drive... To big disk for proxmox to handle?
  10. I

    Thin or not to thin... LVM

    What would be your best advice? :) Setting up new server, that will have 2x256 GB SSD (OS in HW RAID1) and 4x16 TB (Data/VMs - HW RAID5). All datacenter rated disks and very good hw raid-card that will support all disks. 10 Gbps network. For the main vm on this host, it will be running R1Soft...
  11. I

    Block all IPv4 over vmbr0

    I want to run a pure ipv6 network for vms and make sure that none of the vm on this proxmox host gets dhcp v4 IP and any ipv4 traffic at all / even including the host. Is there are an easy way to configure this at datacenter-level or inside the proxmox-host server, so that i do not have to go...
  12. I

    [SOLVED] Installing ifupdown2 in PVE 6.2-4

    I get this on all my installs with 6.3. Out of the box...
  13. I

    [SOLVED] Simple DHCP for nodes

    I'm in a datacenter and not running the gw myself :) Cool, I'll try that.
  14. I

    [SOLVED] Simple DHCP for nodes

    Is there a easy way to setup dhcp on the individual proxmox-host? So that I don't need to maintain a seperate dhcp-server for so simple need. I just need the vms (both kvm and containers) to just choose from a pre-defined public static ipv4 or ipv6 range and stick with it (forever lease for this...
  15. I

    [SOLVED] Firewall traffic

    The cause was that firewall was set to Off under the VMs network setting. So while the VMs setting under Firewall was On, the network card setting also had a firewall on/off and this was set to off for some reason.
  16. I

    [SOLVED] Firewall traffic

    proxmox-ve: 6.3-1 (running kernel: 5.4.41-1-pve) pve-manager: 6.3-3 (running version: 6.3-3/eee5f901) pve-kernel-5.4: 6.3-3 pve-kernel-helper: 6.3-3 pve-kernel-5.4.78-2-pve: 5.4.78-2 pve-kernel-5.4.65-1-pve: 5.4.65-1 pve-kernel-5.4.41-1-pve: 5.4.41-1 pve-kernel-4.15: 5.4-18...
  17. I

    [SOLVED] Firewall traffic

    It was running, but systemctl status pve-firewall gave this info - and I think I know why. I removed this alias under Alias a while ago - I also changed it in the firewall rules, so the alias isn't used. But it is left in config-files it seems: Feb 15 04:02:44 /etc/pve/firewall/112.fw (line 15)...
  18. I

    [SOLVED] Firewall traffic

    I have enabled fw on a container and it has worked for a long time. Suddenly, I notice that the fw doesn't work anymore! It doesn't block any traffic. Nothing in the firewall log. I don't know when this started - I run some webservices just open to some IPs and random access by a security...
  19. I

    [SOLVED] Promox question marks on all machines and storage

    And also worked on 2nd node. Finally all is working!
  20. I

    [SOLVED] Promox question marks on all machines and storage

    service pve-cluster stop service corosync stop service pvestatd stop service pveproxy stop service pvedaemon stop service pve-cluster start service corosync start service pvestatd start service pveproxy start service pvedaemon start Tried this before, but now it actually worked. Got one node...