Search results

  1. K

    How do I add a hardware raid?

    After fdisk /dev/sdb then you must create a file system there: # mkfs.ext4 /dev/sdb1 Now mounting it: # mount /dev/sdb1 /media/RAID10/ Go to Proxmox VE Web to add your new Strorage
  2. K

    server Separation from a Cluster

    What kind of storage did you use in the Cluster before?
  3. K

    server Separation from a Cluster

    #pvecm delnode node-x Will remove node-x from cluster w/o downtime to any VPSes.
  4. K

    [SOLVED] KSM not enable by default on Proxmox VE 5

    I think this is Proxmox VE 5 bug. On version 4, KSM automatically active and start sharing when reach 80% of RAM. # systemctl status ksmtuned Unit ksmtuned.service could not be found. # # apt-get install ksm* Reading package lists... Done Building dependency tree Reading state information...
  5. K

    Proxmox + Hetzner

    This will show your previous PV: #pvscan
  6. K

    Static IPS ports not connecting

    Inside VM check if service on port 8080 is running. $ sudo netstat -ntlp | grep :8080
  7. K

    Windows wont boot after convert from RAW to QCOW2

    What was displayed on Console? Have you try to set "cache=none"?
  8. K

    lxc very slow upload/download speed

    Try to use another IP or change Virtual MAC (delete then add again Virtual MAC).
  9. K

    Adding a second IP to a LXC Container

    @Cantalupo: please open new thread and don't forget to show your "/etc/pve/lxc/ID.conf" (where ID is your container's ID)
  10. K

    Adding a second IP to a LXC Container

    If the CT imported from OpenVZ then you must set the network configuration manually to make LXC works. You must: Add MAC Address which OpenVZ doesn't require it CIDR for IP. In OpenVZ you write 192.168.1.1 but LXC must be 192.168.1.1/24 for example Add Gateway which OpenVZ doesn't require it
  11. K

    4.4 install to ZRAID10

    This is the solution. Remove any existing partition on your HDD. But I prefer ext4 because faster, except you need ZFS RAID.
  12. K

    Integration with APIs

    Yes possible. Just copy the image to local disks then use API to create, suspend or destroy any VM. VM with same ID is not possible in SAME NODE, so never created./executed too. If a node die then all VMs inside death node will die too. The fastest and save approach is copy your GOLDEN image...
  13. K

    No bootable vps

    Does your first boot order a CD? Try to change to HDD.
  14. K

    Kernel Panic after upgrade 3.4 can't not open zfs-functions

    I have checked the grub content, look like it use ZFS. See attachment.
  15. K

    Kernel Panic after upgrade 3.4 can't not open zfs-functions

    This is old server, I think it was not using zfs.
  16. K

    Kernel Panic after upgrade 3.4 can't not open zfs-functions

    After run apt-get dist-upgrade then reboot, I got error: - Kernel Panic ... line 10: can't not open /etc/zfs/zfs-functions See image for details error. Any idea to fix this?
  17. K

    [SOLVED] Import Virtual Machine in local-lvm

    Look like your backed up VM < Proxmox 4.2, if so read this: https://forum.proxmox.com/threads/local-lvm-storage-and-vm-format.27209/
  18. K

    Local-lvm (storage) and VM format

    My Proxmox PHP code broken on new Server which run perfectly on my all Servers. I just know the bug after I read your post, thanks.
  19. K

    Local-lvm (storage) and VM format

    FYI, not always 100 GB. The size depend on your Disk, when you have 120 GB Disk then local volume around 50 GB.