I think this issue is occuring because I am running a bcache cache
device on a VROC IMSM 'fake raid' device. Once I followed Dimitri's
finalrd steps in post #14 (this is required), I also had to add the
following script '/lib/systemd/system-shutdown/bcache_stop'
Please make sure you run 'chmod +x /lib/systemd/system-
shutdown/bcache_stop' after creating the file with the contents below:
#!/bin/bash
for stop in /sys/block/bcache[0-9]*/bcache/stop
do
[ -f "$stop" ] || continue
#echo "Stopping $stop"
echo 1 > $stop
echo 1 > $stop
done
for stop in /sys/fs/bcache/*/stop
do
[ -f "$stop" ] || continue
#echo "Stopping $stop"
echo 1 > $stop
echo 1 > $stop
done
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1608495
Title:
IMSM fakeraid handled by mdadm: unclean mounted volumes on
shutdown/reboot
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/1608495/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs