1#!/bin/ksh
2
3#
4# This file and its contents are supplied under the terms of the
5# Common Development and Distribution License ("CDDL"), version 1.0.
6# You may only use this file in accordance with the terms of version
7# 1.0 of the CDDL.
8#
9
10#
11# Description:
12#
13# Test whether zhack label repair can recover
14# detached drives on devices of varied size, but not
15# repair corrupted checksums.
16#
17# Strategy:
18#
19# 1. Create pool on a loopback device with some test data
20# 2. Detach either device from the mirror
21# 3. Export the pool
22# 4. Remove the non-detached device and its backing file
23# 5. Verify that the remaining detached device cannot be imported
24# 6. Verify that it cannot be imported after using zhack label repair -c
25#    to ensure that the -c option will not undetach a device.
26# 7. Use zhack label repair -u on device
27# 8. Verify that the detached device can be imported and that data is intact
28
29. "$STF_SUITE"/tests/functional/cli_root/zhack/library.kshlib
30
31run_test_two "$(get_devsize)"
32