storage-ng: try to mount any of the ceph-mon servers

This commit is contained in:
Astro 2021-12-03 23:41:23 +01:00
parent 4788879b8f
commit a218d05bb8
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ in
# secretfile does not work :(
fileSystems."/mnt/cephfs" = {
device = "172.22.99.13:6789:/";
device = "${lib.concatMapStringsSep "," (i: hostRegistry.hosts."server${i}".ip4) [ "3" "4" "5" "6" "7" "8" ]}:/";
fsType = "ceph";
options = [
"name=storage2"