After recently upgrading the packages on my Ubuntu 12.04 server I received a couple of warnings in relation to cryptsetup.
My update steps were:
sudo apt-get update
sudo apt-get upgrade
The warnings I received were:
cryptsetup: WARNING: failed to detect canonical device of /dev/xvda
cryptsetup: WARNING: could not determine root device from /etc/fstab
There seems to be very little documentation on these warnings. Do I need to take notice of them and if so how?
Thanks for any help.