Search results

  1. A

    No Networking after Arch Linux Update in Container

    At the moment I cannot find anything on the arch linux website regarding this problem: When I create a container with Arch Linux as guest, everything works finde until I do a full system upgrade via "pacman -Syu" and reboot when done. Networking is gone then. As the given Arch Linux template is...
  2. A

    [SOLVED] Rename Storage

    Edit: I had a systemd unit file with the old mount as name "/etc/systemd/system/mnt-pve-pve2\x2ddata.mount". I renamed to "/etc/systemd/system/mnt-pve-pve1\x2ddata.mount" and corrected the Where= and Description= line in it accordingly. After that I could successfully mount that and assign it in...
  3. A

    [SOLVED] Rename Storage

    Okay, resolved this. There was a stale systemd mount for the old name. Edited this, so it reflects "pve1-data" and now it works. Even non-live migration. Nice!
  4. A

    [SOLVED] Rename Storage

    Thanks for the details. It's a directory. Gave it a shot. But it now has a question mark on it, saying "unable to activate storage 'pve1-data' - directory is expected to be a mount point but is not mounted: '/mnt/pve/pve1-data' (500)" When I try to reformat and mount /dev/sdb1 it says "storage...
  5. A

    [SOLVED] Rename Storage

    Hello! I'm testing a small proxmox cluster here. 2 nodes (pve1 and pve2) on DELL servers with lots of RAM an HDD space (no CEPH at the moment). In the setup process I made a mistake, obviously. Before joining the cluster I defined storage manually on each node: pve1-data and pve2-data. When I...