Pieter Viljoen
- Total activity 112
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 5
- Subscriptions 27
Comments
Recent activity by Pieter Viljoen-
I understand, but that logic does not work on Unraid, where the behavior of the mount backing IO is dictated by the Unraid FUSE code, and your code only sees FUSE, not what it does behind the scene...
-
Hi Andrey Thank you for the update. I noticed you have a new project with docker updates on github created by Kyle. I see that systemd is no longer required, I will try it out in my project and s...
-
Build a container from a basic linux image, e.g. "lsiobase/ubuntu:bionic" Specify --no-install-recommends when installing your DEB package. Try to run, you may get various errors because the medias...
-
I think the problem with mapped volumes not showing up is that they are incorrectly detected as duplicates. logLevel=DEBUG2 2020-05-18 10:13:55.964 422 VERBOSE nx::vms::server::fs: shfs /conf...
-
"You can change "additionalLocalFsTypes" setting via API /api/systemSettings." Please implement the ability to set options at provisioning time, e.g. in the config file. Imagine you are a customer,...
-
3) It appears as if the `additionalLocalFsTypes` only applies to primary storage, when I map multiple volumes, and want to use one for storage and one for backup, only one volume is used. cat /pro...
-
1) I understand how to set `additionalLocalFsTypes` from the web, I want to know where it is stored on disk. I want to set the values on the filesystem settings when I create the docker container. ...
-
Thank you, it would be great if I could set policy per storage target. Like I said, the backup concept does not really make sense to me, maybe I misunderstand its use, but an archive storage used f...
-
Not quite. I want a time based policy for archives, else different servers that share the same archive storage will not collaborate on fair usage, and I am forced to artificially limit storage spac...
-
Understood, too bad I can't manage backup storage space independent of local space. It would be a good enhancement if your backup strategy could be more like Milestone, where I could specify local ...