Search results

  1. tuxis

    emergency mode after fstab edit

    If you weren't running LVM before, you might be missing LVMsupport in your initramfs. Is this a default Proxmox Hypervisor machine?
  2. tuxis

    proxmox-backup-proxy trying to open an INET6 socket... on an IPv4 only server

    Considering that we're getting closer and closer to that future that wouldn't come, your policy might cause you to have more of these issues :) Considering that we're getting closer and closer to that future that wouldn't come, your policy might cause you to have more of these issues :). Maybe...
  3. tuxis

    Comparing influx data with SNMP

    Hmm. So those are the iops issued to the device. Given the fact the we have something like iop-merging, it could be that SNMP actually counts before merging. Qemu obviously only sees the merged iops. Thanks.
  4. tuxis

    Comparing influx data with SNMP

    Hi, we're working on something cool and are using the metric server service from Proxmox. While checking the values for IOPS, we see a different amount of IOPS in InfluxDB than we do via SNMP (in LibreNMS). The influx iops reported by Qemu, are those the IOPS issues by the GuestOS to the VM...
  5. tuxis

    Snapshot backups spuriously max guest disk activity, causing application crashes

    I've created https://bugzilla.proxmox.com/show_bug.cgi?id=3462 to make PBS smarter in handling verification tasks, which in our case, seem to cause the PBS to be slower than necessary.
  6. tuxis

    Re: Enhancement/Bug - 3044 - Allow a user to push his datastore to a remote server

    Even though this is not possible yet, if you are able to open up port 8007 from the outside, we do configure pull-datastores upon request. This works perfectly with API-tokens so you can't leak any unencrypted data.
  7. tuxis

    [SOLVED] ZFS pool IO when idle

    Thanks, that'll save us a whole lot of iops! :)
  8. tuxis

    Adding users with 2FA via ansible or commandline

    Hi, We run quite a lot of clusters on which we configure a AD-Realm that users our AD-setup to authenticate our personnel. We also use 2FA (OTP) for our realm. I add users with command: pvesh create /access/users --userid "{{ item.userid }}"@TuxisIE --groups Administrators --firstname "{{...
  9. tuxis

    [SOLVED] ZFS pool IO when idle

    I thought PBS uses atime for verification-purposes (or something like that). So it is safe to enable relatime?
  10. tuxis

    [TUTORIAL] windows cloud init working

    @kenzim If this is stable and correct, can you please create a bugreport and patch on https://bugzilla.proxmox.com/ so Proxmox staff can work on it?
  11. tuxis

    Proxmox VE 6.4 available

    Hi! Thanks for this very cool new upgrade, especially the backup features come in very handy! I tested both file-restore-from-gui and live-restore. Both work, however I cannot get files from a Linux machine that uses LVM, (Proxmox Mail Gateway in this case). Are you planning on supporting that...
  12. tuxis

    Snapshot ownership and API tokens

    If I create an API token and try to use that token to make a new backup, I get the error: ERROR: VM 785017 qmp command 'backup' failed - backup connect failed: command error: backup owner check failed ($USER@pbs!CD != $USER@pbs) I would expect an API instance of a user to be the same 'owner'...
  13. tuxis

    External CEPH pool connection problem

    How's the syntax of the keyring-file?
  14. tuxis

    Validation & GB probably slow

    I agree. However, I have the feeling I'm not the only one struggling with what is wisdom for this situation. So if I may try to conclude: When using a checksumming filesystem as storagelayer for PBS (e.g. ZFS), one can suffice with verifying weekly or monthly. The GC-run will find out about...
  15. tuxis

    External CEPH pool connection problem

    How old is the ovirt-ceph cluster?
  16. tuxis

    Validation & GB probably slow

    I have that configured. Still verification takes half a day. But the point is, is verification useful for filesystems like ZFS? @t.lamprecht seems to suggest it doesn't (which makes sense). But the GUI gently forces you to do it anyways.
  17. tuxis

    Validation & GB probably slow

    @t.lamprecht In https://forum.proxmox.com/threads/is-verify-task-needed-with-zfs-backed-datastore.84081/ you say that verification with ZFS may be overkill. However, when a backup fails because a datastore is full, verification mentions that. Is it possible to do create two types of...
  18. tuxis

    External CEPH pool connection problem

    Your keyring should be /etc/pve/priv/ceph/ovirt-test.keyring
  19. tuxis

    Using HDD pool slows down SSD pool on the same server

    The fact that you have a SLOG, does not mean it is used. It is only used for O_DIRECT IIRC. So, even though you have a NVME-backed HDD-pool, that is not always used, and thus you are limited to the speed of the HDD's.