Your message dated Wed, 15 Feb 2012 06:42:45 -0800
with message-id <20120215144243.GA11261@leaf>
and subject line Fixed in 3.2
has caused the Debian Bug report #648367,
regarding device-mapper devices such as dm-crypt always have rotational=1;
should inherit "rotational" setting from underlying devices
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
648367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648367
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: linux-2.6
Version: 3.1.0-1~experimental.1
Severity: normal
I use dm-crypt on my system, and I have an SSD. The underlying disk
device, sda, has rotational=0:
~$ cat /sys/block/sda/queue/rotational
0
However, the device-mapper devices have rotational=1:
~$ head /sys/block/dm-*/queue/rotational
==> /sys/block/dm-0/queue/rotational <==
1
==> /sys/block/dm-1/queue/rotational <==
1
==> /sys/block/dm-2/queue/rotational <==
1
The device-mapper devices should inherit the setting for "rotational"
from their underlying devices.
- Josh Triplett
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
As suggested previously, this bug seems fixed in 3.2:
~$ lsblk -i -o name,type,mountpoint,rota
NAME TYPE MOUNTPOINT ROTA
sda disk 0
|-sda1 part /boot 0
`-sda2 part 0
`-sda2_crypt (dm-0) crypt 0
|-leaf-swap (dm-1) lvm [SWAP] 0
`-leaf-root (dm-2) lvm / 0
Closing.
- Josh Triplett
--- End Message ---