Recent content by egoistdream

  1. E

    Feature Request: Search by IP Address for VMs and Containers

    I would like to request an enhancement to the search functionality in Proxmox VE. Currently, it is possible to search only by virtual machine or container name. I would like to be able to search directly by IP address, similar to the functionality available in VMware environments. In VMware...
  2. E

    Proxmox Virtual Environment 7.1-7 Cloning a template multiple times

    Check if this help you if you want to command line in bulk fashion: http://retheesh.blogspot.com/2013/11/server-provisioning-de-provisioning-on.html
  3. E

    Upgrade to 7.2 or wait?

    I have upgraded one node and with the kernel v5.15 the ssd are not accesible, I've reverted to the previous kernel (v5.13) and works.
  4. E

    Boot Failure on upgrade to VE 7.2 with kernel 5.15.35-1-pve

    HI, I also have issue with HPE Smart Array P410 If I using the latest kernel 5.15.35-1-pve, with 5.13.19-6-pve works without no issue. May 07 03:00:51kernel: DMAR: [DMA Read NO_PASID] Request device [01:00.2] fault addr 0xf363e000 [fault reason 0x06] PTE Read access is not set Failed to start...
  5. E

    New Kernel PVE-5.15.30-2 breaks iscsi connections

    HI, I also have issue with HPE Smart Array P410 If I using the latest kernel 5.15.35-1-pve, with 5.13.19-6-pve works without no issue. May 07 03:00:51kernel: DMAR: [DMA Read NO_PASID] Request device [01:00.2] fault addr 0xf363e000 [fault reason 0x06] PTE Read access is not set Failed to start...
  6. E

    pbs to backup physical machines ?

    It is better if you implement "one-click" PVE host backup and restore using installer iso. When I said restore raw disk I was referring to the backup raw disk made by the client with "somename.img:/some/source/device" which contain the last proxmox host backup. Thank you, I'm looking forward...
  7. E

    Slow loading datastore content or timed out

    Hi, I see that if you have may snapshots on the datastore when you want to see the content is loading very very slow, and each time when you click on another datastore and come back you need to wait again the same time, also on the proxmox host which is using the backup server the loading of...
  8. E

    pbs to backup physical machines ?

    Hi fabian, Is there any change that in the future we will see some option to boot live backup client on the proxmox dvd? For example someone backup the disk image (os disk) and after one crash he want to restore, the only way to do this is to install proxmos in other disk if there is...
  9. E

    Extremly slow LXC using CEPH huge difference comparated with kvm

    I have sshd... and no ssd for caching, I was thinking sshd will help but it seems no, I have 10GBit/s network and I can live with data=writeback for kvm and the kvm run relativ ok, but the lxc is very very slow, i didn't find a way to cache the disks for lxc....
  10. E

    Extremly slow LXC using CEPH huge difference comparated with kvm

    Hi, I there any way to set data=writeback on /dev/rbd0 for root lxc hdd ? I am using ceph and is very very slow, is this normal or my hdd are slow? I am using 8 osd per host in the ceph cluster. I can buy 24 ssd but I do not know if this will solve the problem.
  11. E

    Extremly slow LXC using CEPH huge difference comparated with kvm

    Hi, I configured Proxmox 5.3 with ceph in a 3 node cluster. When I start to test the setup I see a huge difference between the kvm and lxc using the same ceph pools, the pools have the size of 2 and min size 1. The LXC is very very slow even if I try to update, KVM run ok. So, I start to run...