Debian 11 + Gnome > PVE installation wont launch, error: pve cluster filesystem not online.

cemara

Member
Sep 8, 2022
7
0
6
https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye
I was following this guide, and pve installed successfully but it doesn't seem to be running so i check the service and it shows this:



Code:
root@aio:/home/aio# systemctl status pvescheduler.service
● pvescheduler.service - Proxmox VE scheduler
     Loaded: loaded (/lib/systemd/system/pvescheduler.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2022-12-08 11:27:14 WIB; 8min ago
    Process: 2465 ExecStart=/usr/bin/pvescheduler start (code=exited, status=0/SUCCESS)
   Main PID: 2466 (pvescheduler)
      Tasks: 1 (limit: 9212)
     Memory: 96.8M
        CPU: 1.242s
     CGroup: /system.slice/pvescheduler.service
             └─2466 pvescheduler

Dec 08 11:32:00 aio pvescheduler[2795]: jobs: cfs-lock 'file-jobs_cfg' error: pve cluster filesystem not online.
Dec 08 11:32:00 aio pvescheduler[2794]: replication: cfs-lock 'file-replication_cfg' error: pve cluster filesystem not online.
Dec 08 11:33:00 aio pvescheduler[2844]: jobs: cfs-lock 'file-jobs_cfg' error: pve cluster filesystem not online.
Dec 08 11:33:00 aio pvescheduler[2843]: replication: cfs-lock 'file-replication_cfg' error: pve cluster filesystem not online.
Dec 08 11:34:00 aio pvescheduler[2917]: jobs: cfs-lock 'file-jobs_cfg' error: pve cluster filesystem not online.
Dec 08 11:34:00 aio pvescheduler[2916]: replication: cfs-lock 'file-replication_cfg' error: pve cluster filesystem not online.
Dec 08 11:35:00 aio pvescheduler[2971]: jobs: cfs-lock 'file-jobs_cfg' error: pve cluster filesystem not online.
Dec 08 11:35:00 aio pvescheduler[2970]: replication: cfs-lock 'file-replication_cfg' error: pve cluster filesystem not online.
Dec 08 11:36:00 aio pvescheduler[3025]: jobs: cfs-lock 'file-jobs_cfg' error: pve cluster filesystem not online.
Dec 08 11:36:00 aio pvescheduler[3024]: replication: cfs-lock 'file-replication_cfg' error: pve cluster filesystem not online.

PVe to debian is not an option for me since my machine has only single sata slot (Asus v161) and i intend to use it as footage drive.
So i need to install pve on usb to nvme, but i read on other thread pve doesn't support usb drive as installation target.
So for my scenario i'm stuck. I need gnome cause I need to install waydroid later on.
 
Last edited:
Solved it, thanks youre correct
etc/hosts used to look like this

Code:
127.0.0.1       localhost
192.168.100.91  aio pvelocalhost

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters



I changed it to this :

Code:
127.0.0.1       localhost
192.168.100.91  aio.proxmox.com aio

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes


Now its finally running.

One last question if you dont mind,
Is pve conflicting with waydroid? Everytime i start waydroid container pve-cluster.service would stop