You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we mount dir like <mountpoint>/varasto-<volume name>.
The varasto-<volume name> dir is the concrete blob database.
We should change the driver to not have mount path like that but only <mountpoint> instead. The driver would then calculate the varasto-<volume name> DB dir itself. This would improve:
this would enforce the convention
I already accidentally mounted the root because I forgot I had to create the subdir
it's good when you mount a disk to have Varasto files in a subdir and not in root directly
the driver could have (optional) logic to warn if the disk is "unclean" (= have non-Varasto files)
The text was updated successfully, but these errors were encountered:
Currently we mount dir like
<mountpoint>/varasto-<volume name>
.The
varasto-<volume name>
dir is the concrete blob database.We should change the driver to not have mount path like that but only
<mountpoint>
instead. The driver would then calculate thevarasto-<volume name>
DB dir itself. This would improve:The text was updated successfully, but these errors were encountered: