Because of the 5401 bug (Ticket 37294), I would like to know if there is a way, including by ssh commands, to reset the state of the drives so I can use them again.
I already rebooted, and I don't want to open the NAS to go format those drives on another server.
EDIT, SOLUTION (workaround)
Disclaimer: this is my workaround. I found it by doing some stuff on my NAS. It worked for me, it is not an official solution given by the support.
Connect with ssh.
Find in /dev/mapper maps that are not complete for the cache : you need:
mdX_m
mdX_s
and if successful you also have a
mdX_c
but if you have a problem, you don't see it.
The problem is, when it fails you only have a mdX_m and mdX_s but not the mdX_c and I guess the system refuse to recreate them when you do the creation with the menu.
So you have to :
- Code: Select all
dmsetup remove mdX_m
dmsetup remove mdX_s
and reboot. Then you can use the menu to create a cache.