Closed d3473r closed 4 years ago
I appreciate the help. I have actually been slowly working on this but I don't want to change the primary pooling tab to use paths because I think it makes it complicated (some users don't understand Linux paths). I also don't want to limit the number of folders to pool to the number of drives.
1 - There are two transifex commands that I have automated. The first command generates the file that has all of the strings to translate. The second command uploads it to transifex making it available in the plugin's project for translation.
2 - Not sure. Never looked into it. I don't think there are any other plugins using that where I could point you at.
The mergerfsfolders plugin should do what you want and is available on OMV 5.x.
Hi,
i want to add a path option to the filesystem dialog. I thought about something like in the following screenshot. Reason is I don't want to merge the whole disks, only a directory on them. I this example the folder
merge1
ondev/sdb1
with the foldermerge2
ondev/sdc1
.In fstab i want to get from:
/srv/dev-disk-by-label-merge1:/srv/dev-disk-by-label-merge2 /srv/some-uuid fuse.mergerfs some-options
to:/srv/dev-disk-by-label-merge1/merge1:/srv/dev-disk-by-label-merge2/merge2 /srv/some-uuid fuse.mergerfs some-options
Now I have two questions.
path
registered?path
in the grid?Regards, D3473R