Search results

  1. I

    Issues after renaming node

    Took me a while to get back to this. Moving everything allowed the file system to start. now I just need to restore my configs. Thank you for all your help!
  2. I

    Issues after renaming node

    So I have tried moving all files aside from the SSL key stuff and I am still getting the same error. Do you have any other suggestions?
  3. I

    Issues after renaming node

    Alright after making those changes here is the error I'm getting -- Journal begins at Sun 2021-09-19 13:45:27 MST, ends at Wed 2021-09-29 10:24:35 MST. -- Sep 29 10:21:48 Creator systemd[1]: Starting The Proxmox VE cluster filesystem... Sep 29 10:21:48 Creator pmxcfs[1418]: fuse: mountpoint is...
  4. I

    Issues after renaming node

    BTW I do not get an output of this command sqlite3 /var/lib/pve-cluster/config.db 'SELECT inode,parent,mtime,type,name FROM tree WHERE parent = (SELECT parent FROM tree WHERE inode = 12430028)' And this is the output of the first root@Creator:~# sqlite3 /var/lib/pve-cluster/config.db 'SELECT...
  5. I

    Issues after renaming node

    Thanks for the help, I ran into this error after trying to start the pve-cluster Sep 24 09:05:25 Creator pveproxy[1919]: worker 256127 finished Sep 24 09:05:25 Creator pveproxy[1919]: starting 1 worker(s) Sep 24 09:05:25 Creator pveproxy[1919]: worker 256130 started Sep 24 09:05:25 Creator...
  6. I

    Issues after renaming node

    root@Creator:~# journalctl -b0 -u pve-cluster.service -- Journal begins at Sun 2021-09-19 13:45:27 MST, ends at Wed 2021-09-22 04:49:57 MST. -- Sep 20 04:30:26 Creator systemd[1]: Starting The Proxmox VE cluster filesystem... Sep 20 04:30:26 Creator pmxcfs[1757]: [database] crit: found entry...
  7. I

    Issues after renaming node

    root@Creator:~# ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host...
  8. I

    Issues after renaming node

    Thanks for your reply, Info as requested. root@Creator:~# cat /etc/hostname Creator root@Creator:~# cat /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.88.10 Creator.Proxmox.Server Creator # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost...
  9. I

    Issues after renaming node

    I followed the instructions here https://pve.proxmox.com/wiki/Renaming_a_PVE_node and the name changed but all of my container/VM configs were not there. After checking into /etc/pve/nodes the old node was there along with the new. I moved my configs into the new nodes folder, verified they were...