diff options
author | Karel Zak <kzak@redhat.com> | 2010-05-06 15:30:18 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-05-06 15:30:18 +0200 |
commit | 8fda88ed832158741abc9e8fb8215856b9c4ec16 (patch) | |
tree | b61bc0174fc6ae70f9b85d361daccb1ddaaeb781 /tests | |
parent | e9d8b438af3272b4b92b5414e6835b44ee255f0f (diff) | |
download | util-linux-old-8fda88ed832158741abc9e8fb8215856b9c4ec16.tar.gz |
tests: update blkid/md-raid1-* tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/expected/blkid/md-raid1-part | 12 | ||||
-rw-r--r-- | tests/expected/blkid/md-raid1-whole | 4 |
2 files changed, 12 insertions, 4 deletions
diff --git a/tests/expected/blkid/md-raid1-part b/tests/expected/blkid/md-raid1-part index 0a850a5d..d770a741 100644 --- a/tests/expected/blkid/md-raid1-part +++ b/tests/expected/blkid/md-raid1-part @@ -17,12 +17,12 @@ Command (m for help): Changing display/entry units to sectors Command (m for help): Command action e extended p primary partition (1-4) -Partition number (1-4): First sector (2048-104447, default 2048): Using default value 2048 +Partition number (1-4, default 1): First sector (2048-104447, default 2048): Using default value 2048 Last sector, +sectors or +size{K,M,G} (2048-104447, default 104447): Command (m for help): Command action e extended p primary partition (1-4) -Partition number (1-4): First sector (53248-104447, default 53248): Using default value 53248 +Partition number (1-4, default 2): First sector (53248-104447, default 53248): Using default value 53248 Last sector, +sectors or +size{K,M,G} (53248-104447, default 104447): Using default value 104447 Command (m for help): @@ -50,9 +50,17 @@ ID_FS_USAGE=raid ID_FS_VERSION=0.90.0 +ID_PART_ENTRY_NUMBER=1 +ID_PART_ENTRY_SCHEME=dos +ID_PART_ENTRY_TYPE=0x83 +ID_PART_ENTRY_TYPE_ENC=0x83 Probe second RAID member ID_FS_TYPE=linux_raid_member ID_FS_USAGE=raid ID_FS_VERSION=0.90.0 +ID_PART_ENTRY_NUMBER=2 +ID_PART_ENTRY_SCHEME=dos +ID_PART_ENTRY_TYPE=0x83 +ID_PART_ENTRY_TYPE_ENC=0x83 diff --git a/tests/expected/blkid/md-raid1-whole b/tests/expected/blkid/md-raid1-whole index 2e8eefcb..670a6023 100644 --- a/tests/expected/blkid/md-raid1-whole +++ b/tests/expected/blkid/md-raid1-whole @@ -19,12 +19,12 @@ Command (m for help): Changing display/entry units to sectors Command (m for help): Command action e extended p primary partition (1-4) -Partition number (1-4): First sector (2048-102271, default 2048): Using default value 2048 +Partition number (1-4, default 1): First sector (2048-102271, default 2048): Using default value 2048 Last sector, +sectors or +size{K,M,G} (2048-102271, default 102271): Command (m for help): Command action e extended p primary partition (1-4) -Partition number (1-4): First sector (22528-102271, default 22528): Using default value 22528 +Partition number (1-4, default 2): First sector (22528-102271, default 22528): Using default value 22528 Last sector, +sectors or +size{K,M,G} (22528-102271, default 102271): Command (m for help): Disk /dev/md8: 52 MB, 52363264 bytes |