mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-08 13:19:53 -05:00
Can't figure how to add a second disk to be "monitored" #921
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ValgulNecron on GitHub (Oct 27, 2024).
on periphery in the volumes there is
and this disk does show with the right usage and capa
but if i try adding a second one with something like
- /mnt/d:/mnt/d:ro
this second disk is not detected / not shown on the app.
@mbecker20 commented on GitHub (Oct 27, 2024):
Can you try removing
PERIPHERY_INCLUDE_DISK_MOUNTSfrom yourcompose.env? Once you see the full list, you can add it back with all your paths in comma seperated list.https://github.com/mbecker20/komodo/blob/main/compose/compose.env#L128
@ValgulNecron commented on GitHub (Oct 29, 2024):
Hi,
checking back at this var I h've made a typo by writting /mnt/D instead of /mnt/d
thanks for the help