Search results

  1. Alwin

    Temporary Performance Issues due to network?

    That's a, it depends. You will need to check all endpoints of your workload/connection to see where it might be stuck.
  2. Alwin

    Snapshot of/von CT on/auf Ext Storage

    See our documentation on the storage types. There you will find which storage supports snapshots. https://pve.proxmox.com/pve-docs/chapter-pvesm.html
  3. Alwin

    Problem with virtual machine (partition on zfs-pool disk dissappeared)

    Probably the partition table of the VM got defect. Depending of how it was setup, you might be able to recovery from a backup partition table. https://wiki.archlinux.org/index.php/GPT_fdisk#Recover_GPT_header
  4. Alwin

    Temporary Performance Issues due to network?

    This is a ¯\_(ツ)_/¯. It could have been a multitude of things. Always hard to tell afterwards.
  5. Alwin

    Obtain LetsEncrypt TXT Record from pvenode?

    PVE 6.3 has acme support with a good portion of provider APIs. Namecheap is among them. So I don't quite understand what preparation you want to do.
  6. Alwin

    Unable to restore a backup because of timeout when aloccate qcow2 disk

    It is as seen in the restore. You will need to install the vma binary on the nfs itself if you want to extract it directly. Then you need to handle the config files manually
  7. Alwin

    Feature Request: Display Drive-Slot-ID in PBS-ZFS-Pool-GUI

    The values, like S/N can be queried with smartctl. And /dev/disk/by-path/ might also have the slot id. Feature requests can be added on our bugzilla. https://bugzilla.proxmox.com/
  8. Alwin

    Unable to mount NFS storage

    I don't question that, besides the document doesn't talk about a use-case. ;) But it doesn't make it easier either. Since the connection check can't be reliably done.
  9. Alwin

    Unable to mount NFS storage

    No, not really. Since the rpcbind is not running, a simple connection check can't be done. You will need to mount the share and configure a directory storage on top (use option is_mountpoint). Or run rpcbind in the container. https://pve.proxmox.com/pve-docs/pvesm.1.html
  10. Alwin

    Best use of hardware - Ceph

    Best go through our and Ceph's docs to see the hardware recommendations. Maybe it sheds more light. :) https://pve.proxmox.com/pve-docs/chapter-pveceph.html https://docs.ceph.com/en/nautilus/start/hardware-recommendations/
  11. Alwin

    Unable to mount NFS storage

    Did you try to mount it manually on the Proxmox VE? EDIT: for the showmount, I send a patch onto the pve-devel list. https://lists.proxmox.com/pipermail/pve-devel/2020-December/046508.html
  12. Alwin

    Unable to mount NFS storage

    The RFC states otherwise. https://tools.ietf.org/html/rfc7530#section-1.4 ~:# rpcinfo -t vm19180 nfs 4 program 100003 version 4 ready and waiting And this is a debian VM with an NFSv4 only server. Can the port 2049 reached, at least? EDIT: though, you are correct. showmount doesn't work with...
  13. Alwin

    Unable to mount NFS storage

    Hm... not much. :) rpcinfo -u <server> nfs 3 rpcinfo -t <server> nfs 4 And what do the commands show?
  14. Alwin

    Unable to mount NFS storage

    What message do you get with pvesm status? And is there something in the logs?
  15. Alwin

    Proxmox VE ZFS Benchmark with NVMe

    ashift is autodetect and volblocksize is 8K. Both are the default values.
  16. Alwin

    Proxmox and Ceph - Module 'volumes' has failed dependency: No module named 'distutils.util'

    Please in English, otherwise it will be hard for all non-Chinese speaking people. ;)
  17. Alwin

    resize zfs mirror?

    And don't do this. Each storage will degrade the performance of the other. Aside from side effects that get introduced.
  18. Alwin

    [SOLVED] Timestamps in GUI node tasks log are incorrect

    Did you sync the hardware clock (hwclock) with the time of the node? And is the timezone correct, timedatectl?
  19. Alwin

    Proxmox windows vm cloning failed.

    The mac address usually changes when cloning a VM. It seems there is some misconfiguration in your DHCP (range, lease time,...).
  20. Alwin

    Agent in LC not shown

    Well, as the package name might already suggests, it is for qemu (VMs). It will do nothing in a container.