Search results

  1. A

    Gluster effective end of development

    This may not be of interest to many here, but fyi. https://marc.info/?l=fedora-devel-list&m=171934833215726
  2. A

    [SOLVED] QEMU xhci driver for Windows 7

    Per title. I have an old printer that needs an old windows host to configure its WIFI. so I figured no sweat, I'll just fire up a windows 7 vm, right? Well, PVE8 seems to either preset the host USB or default to xhci, and no matter what I did (ehci:1) the virtual usb HBA is always showing...
  3. A

    ceph treatment of failed/failing osds

    This may not be a question for PVE forums but no harm in asking :) My experience with ceph treatment of OSDs is that the subsystem does not fail OSDs unless they are completely dropped on the bus. Failing disks (eg with read failures, even with trapped sense key errors) do NOT get dropped, and...
  4. A

    ceph pgs not scrubbing for a long time

    I've been wrestling with this issue for over a month now, and I cant seem to get past it. I have two pgs that havent been scrubbed since June: $ ceph health detail | grep "not scrubbed since 2024-06" pg 17.3dc not scrubbed since 2024-06-01T20:46:29.042727-0700 pg 17.137 not scrubbed...
  5. A

    PBS question

    Apologies in advance if I'm being obtuse and not seeing it in the docs When using vzdump, I can always restore backups directly from their resulting tarballs. How do I go about restoring backups from a failed PBS instance? Is there a db/config backup mechanism I'm not seeing?
  6. A

    virtual gpu/passthrough questions

    Since its memorial day weekend and I dont have much to do this morning, I set up a windows guest with a GVT-g gpu. setup was quick and easy, but I'm kinda confused about how its supposed to work. 1. what is the correct setup for local console? if I set vga to anything but none, it seems to set...
  7. A

    PVE SDN DHCP/DNS questions

    I have some questions regarding this feature within pve8.1; Please forgive me if this is addressed somewhere and I have not found it. 1. DHCP- How is HA achieved/handled? the documentation mentions that config files for dnsmasq would be written to /etc/dnsmasq.d which make it appear to not be...
  8. A

    issuing rbd commands with an external ceph cluster

    Good day all- I have a standalone node that uses storage on an external proxmox/ceph cluster. it works just fine, but I am unable to run any rbd commands from the guest- I get the following error: [root@dev1 pve]$ rbd -p rbd-dev ls unable to get monitor info from DNS SRV with service name...
  9. A

    installing ceph in pve8 nosub repo

    I'm putting together a dev cluster for proxmox 8 within my environment, and ran into a curious "problem:" when attempting to install the ceph stack, pveceph install attempts to rewrite ceph.list to enterprise and then complains that no subscription is present. I tried to set immutable on...
  10. A

    nas share and wakeonlan

    I dont normally use proxmox in a "homelab" environment, so I never ran into this type of issue before. I have a sample usecase with a NAS that is normally asleep, since its only used as a backup target. the typical method to address this type of connection is to have a magic packet sent prior...
  11. A

    Watchdog for standalone proxmox node

    I have a single node "storage server" that has started randomly crashing. While I dont have the time (and its not a business critical node) to replace it, I would like the watchdog to trap and reboot- but here I run into a dilemma. I cant install the debian watchdog package because it conflicts...
  12. A

    Cluster resource scheduling behavior for containers

    the "use crs to select least loaded node when starting an HA service" is a great feature, but I certainly dont want that to apply to lxc containers since they have to be rebooted on migration; is there an option to limit this to virtual machines?
  13. A

    phantom vzdump job

    I have a mystery. Overnight I got a series of alerts from a cluster (one from each node) that a vzdump job failed with the status of "unable to find vm." I must have left a vzdump task scheduled for it- can remove it without issue, right? except there is no task listed in backups. I checked...
  14. A

    [SOLVED] nfs-kernel-server absolutely will not start

    and here I thought I've seen everything. I wake up this morning to a box that houses my pbs, mirror, and various other system services with nfs off. odd- but nothing that systemctl restart wouldnt fix- or so I thought. [root@store64 /]$ systemctl status nfs-kernel-server.service ●...
  15. A

    zfs 2.1 roadmap

    I've had a rather catastrophic fault (3 drives in a raidz2 vdev) that I've been trying to recover from for the last month or so. I finally have the scrub complete successfully without DISK errors but there are permanent errors in the pool which I'm now resigned to having to having to redeploy...
  16. A

    pve7 upgrade on small cluster. one node crashes at boot

    I had a small cluster I'm upgrading as a test. all appeared well, until one node crashed for no apparent reason. Subsequent boots yielded looping crashes (video attached from kvm.) I booted to 5.4 kernel and it booted right up. working and non working nodes on the same firmware, and hardware. I...
  17. A

    Rados Gateway and Octopus+Proxmox

    I used to use the procedure listed here: https://pve.proxmox.com/wiki/User:Grin/Ceph_Object_Gateway but this doesnt appear to work with Octopus. @grin or devs- can you point me at whats missing :)
  18. A

    is it possible to auto trim for lxc disks?

    I have a cluster that has relatively heavy IO and consequently free space on the ceph storage is constantly constrained. I'm finding myself performing fstrim on a more and more frequent interval. Is there a way to auto trim a disk for an lxc container?
  19. A

    preconfigured firewall rules and overrun conntrack table

    I am encountering a problem on busy servers were the nodes "inexplicably" lost connectivity with cluster partners and fence themselves off. Some investigation shows that when this happens, pve-firewall is enabled and conntrack table is full. a quick look at "virgin" iptables rules has entries...
  20. A

    Problems resizing rbd

    Just noticed this on one of my clusters; disk resize is failing with the following error message: Resizing image: 100% complete...done. mount.nfs: Failed to resolve server rbd: Name or service not known Failed to update the container's filesystem: command 'unshare -m -- sh -c 'mount...