Search results

  1. Z

    Ask a question that no one can answer today.

    It seems that all the secondary development based on Debian system cannot use shift+pageup/pagedown in the TTY interface to turn pages up and down, including the current pve7.2. Who knows why? But all RedHat based products can turn pages, CentOS, Oracle Linux, rockylinux, almalinux reason...
  2. Z

    Ask: how does PVE hot add memory and CPU to virtual machines online?

    If it is KVM, the maximum memory is 8GB, and the default memory is 4GB, I can directly use the command: virsh setmem test VM 5120m -- config -- live Set the memory to 5GB To increase memory heat But I can't find this setting on PVE
  3. Z

    The speed of importing virtual machine disk using ceph on Proxmox ve Gui is very slow, how to solve it?

    Importing virtual machine disks on Proxmox ve Gui is very slow, only 40-150MB/s, but I can directly use the rbd command to import the speed to reach 340MB/s, so is there any need to optimize? Similar to the problem of glance https://bugs.launchpad.net/glance/+bug/1390386
  4. Z

    Suggest to improve the disk migration method!

    It is recommended that when migrating disks, migrate the snapshots together, otherwise you will be prompted that the source disk cannot be deleted. (You can add a select button to choose whether to migrate with the snapshot), now I can only modify the virtual machine configuration by command...
  5. Z

    CEPH monitor cannot be deleted when the node fails and goes offline !

    Ask for help. You can't delete P3 by using CEPH mon remove. Mon can't be found in ceph.conf configuration, but it can't be deleted
  6. Z

    Help, how to export pve-ceph crush map?

    Hello, please advise: Where is the crush map configuration file for pve? Unable to export using ( ceph osd getcrushmap -o map_old ) hint: -------------------------------------------------- ---------------------------------------- Error initializing cluster client: ObjectNotFound('RADOS...
  7. Z

    Excuse me, is there anything similar to EXSI in PVE to suspend the virtual machine after shutting down the host instead of shutting it down?

    因为有时服务器需要紧急关闭,但我想保持虚拟机器的工作状态。但是,在 pve 中使用 Poweroff 命令是直接关闭主机并关闭所有虚拟机,即使我已使用暂停暂停虚拟机器,它也会被关闭。,一个令人费解的操作。关闭主机后,我不知道如何暂停虚拟机器。从理论上讲,在关闭主机后,可以修改关闭脚本以实现虚拟机器的运行。