SaumonNet / proxmox-nixos

The Proxmox Hypervisor, on NixOS [maintainers=@camillemndn @julienmalka]
GNU Affero General Public License v3.0
644 stars 30 forks source link

Cluster > Creat Cluster failed #48

Open prateekrajgautam opened 3 months ago

prateekrajgautam commented 3 months ago

To use Ceph for storage, I am creating a Cluster, but Create cluster failed.

TASK ERROR: command 'corosync-keygen -lk /etc/corosync/authkey' failed: open3: exec of corosync-keygen -lk /etc/corosync/authkey failed: No such file or directory at /nix/store/r5zrck5rvcr0kwf9b8z3mmymy5wr1r5d-perl-5.36.3-env/lib/perl5/site_perl/5.36.3/PVE/Tools.pm line 494.

I tried to install corosync in nixos

 environment.systemPackages = [
    pkgs.corosync
  ];

but if do not fix it.