Search results

  1. L

    Will renaming one of a VM's disks break anything on Proxmox? (e.g. backups/replication/etc.)

    By "not keep", you mean that PVE might revert the name back to the original? Thanks for the guidance on serial/wwn - I'll look into using those as an alternative.
  2. L

    Will renaming one of a VM's disks break anything on Proxmox? (e.g. backups/replication/etc.)

    I have created a zfspool storage on one of my nodes: # From /etc/pve/storage.cfg: zfspool: zfs-data-vols-thick pool tank/proxmox/data-vols-thick content images mountpoint /tank/proxmox/data-vols-thick sparse 0 Within this storage, I have created a second disk on vm 114...
  3. L

    Any known issues with rebuilding a host in a cluster and reusing the same hostname?

    I have a 4-node PVE cluster, and one of my nodes needs to be re-built from scratch (I'm re-arranging how the ZFS pool is allocated and rebuilding some of the VDEVs, including the rpool partition). This host's hostname is embedded across various maintenance scripts which I use, so it would be...
  4. L

    Sharing local storage as SMB or NFS share

    With respect - you're coming off as almost hostile, @fabian. @crackers819903 said they've already tried various combinations of directives in their systemd setup. This doesn't strike me as a "Help I'm a noob, I'm in completely over my head" post. It's more "Hey I've tried x, y, and z, and here...
  5. L

    Sharing local storage as SMB or NFS share

    I'd be interested in seeing what's up with this as well. I'm wanting to enable ZFS's built-in NFS server, but I'll hold off if it's known to require manual restarting after reboots.
  6. L

    Will I screw anything up if I create my OWN zfs snapshots of lxc/qm disks which I have on zfs?

    Hmmm, I'll have a look at this. The reason I was hoping to do plain-vanilla ZFS snapshots is because I intend to use this same process to snapshot some other (non-PVE) zfs datasets as well. But your points about fsfreeze and RAM dumps are good - maybe I just need to split my automatic-snapshot...
  7. L

    Will I screw anything up if I create my OWN zfs snapshots of lxc/qm disks which I have on zfs?

    I keep my LXC container and QM VM disks on a ZFS filesystem. I don't know much about how PVE manages the ZFS snapshots associated with a given container/vm, but I do see in my filesystem that it does have various snapshots which it creates for migrations etc: root@node1:~# zfs list -r -t...
  8. L

    Could not log into web GUI while other node was shut down?

    Thanks both, this answers my question perfectly.
  9. L

    Could not log into web GUI while other node was shut down?

    I have a 4-node cluster with nodes A, B, C, and D. I recently had to take nodes A and B offline to install a new NIC in them. I wanted to watch their status on the web GUI of node C while I waited for them to boot back up, so after I shut down nodes A and B, I pulled up node C's web GUI. I was...
  10. L

    3rd-party ZFS auto-snapshot scripts - Am I doing something dangerous as far as PVE is concerned?

    Thanks for the advice. I will continue using proper PVE snapshots for my containers/VMs. This zfs-auto-snapshot was only intended to create snapshots for my non-PVE ZFS datasets - I just had not anticipated that it would ALSO snapshot my PVE ZFS datasets, and was worried it might mess up...
  11. L

    3rd-party ZFS auto-snapshot scripts - Am I doing something dangerous as far as PVE is concerned?

    I use Proxmox to host a bunch of container and VMs, but I also have created some other (non-pve-related) ZFS pools/datasets on my PVE host. I was exploring 3rd-party scripts for automatically creating snapshots of these datasets (specifically this one...
  12. L

    [SOLVED] pveproxy only listening on ipv6 address, not on ipv4

    Honestly I'm just gonna nuke the node and reinstall. There's a decent chance that it's not even the node's fault, and I've messed up something upstream in my network. We could spend days on it and still find nothing. I appreciate your help along the way though - Thank you for your time! I'll...
  13. L

    [SOLVED] pveproxy only listening on ipv6 address, not on ipv4

    I'm closing this thread, as I think the root issues are probably in the missing permissions mentioned in my previous post. I've opened a fresh thread which will address this issue directly, instead of going down rabbitholes of symptoms rather than the root cause. Thanks for your help, @mira ...
  14. L

    [SOLVED] Missing write permissions in /etc/pve/ directory

    While troubleshooting another issue (couldn't access web gui), I discovered that the write permissions for most of my /etc/pve/ directory are absent on one of my nodes (XXXX): root@XXXX:/etc/pve# ll total 14K drwxr-xr-x 2 root www-data 0 Dec 31 1969 . drwxr-xr-x 87 root root 177 Nov...
  15. L

    [SOLVED] pveproxy only listening on ipv6 address, not on ipv4

    Well this is very very strange - Poking around the filesystem, I see that write permissions for most of my /etc/pve/ directory are absent on host XXXX: root@XXXX:/etc/pve# ll total 14K drwxr-xr-x 2 root www-data 0 Dec 31 1969 . drwxr-xr-x 87 root root 177 Nov 18 10:57 .. -r--r----- 1...
  16. L

    [SOLVED] pveproxy only listening on ipv6 address, not on ipv4

    It's a new install. I'm actually thinking of just decommissioning it and rebuilding it - it's not currently hosting anything important, and ultimately may be less trouble. But I hate not knowing what's causing it. :-(
  17. L

    [SOLVED] pveproxy only listening on ipv6 address, not on ipv4

    One other interesting behavior I'm noticing (don't know if it's relevant) is that when I SSH into YYYY (the healthy node) from my desktop, the connection is immediate. However when I SSH into XXXX (the unhealthy one), it takes a good solid 30 seconds for it to connect. This is odd, because XXXX...
  18. L

    [SOLVED] pveproxy only listening on ipv6 address, not on ipv4

    Looks like they're out of sync by about 9 seconds - is that a large enough difference to be of concern?
  19. L

    [SOLVED] pveproxy only listening on ipv6 address, not on ipv4

    I don't get an error when accessing in web gui - just a timeout. The way I initially noticed something was wrong was that I noticed a red "X" on the node in the web gui of one of my OTHER nodes in the cluster. Note that in this screenshot, I'm accessing node YYYY's web GUI - node YYYY seems...