Recent content by tin

  1. T

    New Proxmox VDI Solution (Planning in Progress)

    Bumping and subscribing. Mainly just hobby level interest for me at this stage, but it would solve a minor issue we're having at work.
  2. T

    Automatic/dynamic tags?

    Is it possible now, or if not, could we potentially have a feature added to automatically assign the coloured tags to guests? For my specific purposes, I'd like to be able to detect if a LXC container has a specific process running, or if a command returns a specific output. I'd like to...
  3. T

    lxc passthrough to already running container?

    I'm overseas at the moment, so the best I can do is a quick SSH into the host I needed this to work on.... In my udev rules, I have the following for the device I needed added (the "RUN" section is the command it runs). No idea if it's actually working, but the weather station has been reporting...
  4. T

    Lost cluster config...

    I just restarted pve-cluster on the "missing" node to grab the log output it was giving me before... It had been saying something about keys or authentication when I posted... But after restarting, it now shows up as having quorum, and if I do "pvecm status" it all looks good. Time heals all...
  5. T

    Lost cluster config...

    After doing a dist-upgrade on my nodes today, one node dropped out. I tried several things suggested in various "lost node" posts, eventually attempting "pvecm add <node> --force".... This resulted in the node I ran the command on showing the entire cluster as blank (no storage, no VMs), but...
  6. T

    Mixed LVM/ZFS cluster... Migration?

    OK - I thought that would be the answer. Disappointing since it'll be slow, but sometimes that's just how life goes :)
  7. T

    Mixed LVM/ZFS cluster... Migration?

    If I've got 3 servers, two with default PVE created ZFS, and the other with default PVE created LVM-thin storage, is there a way to create a storage entry that works on both to store disk images so I can migrate containers between them? I've got 20 containers currently sitting on 2 temporary...
  8. T

    Suggestion: Tips and Tricks sub-forum

    Wikis aren't a good place to discuss why or how a particular thing works, or how something could be done better. A forum is a place for discussion. A wiki is a place for documenting something once it's understood.
  9. T

    lxc passthrough to already running container?

    Is there an equivalent lxc command for the old "vzctl set <vmid> devnodes <device>:rw"? I have a somewhat unstable USB serial device I need passed to an LXC container. On PVE3.4, I used the above command in a udev rule to automatically reconnect the device each time it reinitialized on the...
  10. T

    <vmid>.conf comments?

    I see that the "Notes" section is recorded within the conf files by using a # symbol like it's a comment. Is this the only comment symbol that can be used in <vmid>.conf files, or is there another that is treated as not being a "note"? I have several containers that use external hardware and...
  11. T

    Upgrade 5.4 to 6 and NFS

    Check the obvious if you haven't - IP address on the Proxmox machine is what you think it is, IP address is in the allowed hosts on the NFS server, etc.
  12. T

    Memory Upgrade Troubles

    If you can deal with some down time, try a few live CDs from similar distros - Debian, Ubuntu, Mint, etc and see if any of those show the same thing. Perhaps also try cat /proc/meminfo on an older (and newer if you're not already up to date) Proxmox ISOs (don't need to install, just boot the...