cluster/services/storage: upgrade s3ql filesystems
This commit is contained in:
parent
799a1dede9
commit
3427f9db21
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
value = {
|
||||
requiredBy = [ "${fs.unitName}.service" ];
|
||||
before = [ "${fs.unitName}.service" ];
|
||||
incantations = i: [ ];
|
||||
incantations = i: [
|
||||
(i.runS3qlUpgrade name) # 4.0.0 -> 5.1.3
|
||||
];
|
||||
};
|
||||
}) config.services.external-storage.fileSystems;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue