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
@muhlpachr At the moment the storage path cannot be configured and is set to -storageDataPath" "/share/victoria-metrics-data"
You could try to change the storage path by adding the following parameter in the UI field Additional Arguments: -storageDataPath" "/media/disk/victoria-metrics-data"
But this will add the parameter -storageDataPath twice and could lead to an error.
An alternative way could be a symlink in the linux file system from /share/victoria-metrics-data to /media/disk/victoria-metrics-data
additionalArguments: just changes path for VictoriaMetrics application, but since /media/disk/ is not included in container mounts, it is not accessible from container
Symlink in Linux file system does not work either for the same reason.
How to change Data store from /share to /media/disk ?
I have permanetly mounted disk drive at /media/disk.
The text was updated successfully, but these errors were encountered: