1aoe-revalidate(8) System Manager's Manual aoe-revalidate(8)
2
3
4
6 aoe-revalidate - revalidate the disk size of an aoe device
7
9 aoe-revalidate e{major}.{minor}
10
12 The aoe-revalidate command tells the aoe driver to revalidate the disk
13 size of an open aoe device. Normally the aoe driver will only acknowl‐
14 edge changes in an aoe device's disk size when the aoe device is not
15 open.
16
17 It should be noted that if an aoe device's disk size shrinks in revali‐
18 dation any users may become hopelessly confused when their resumed I/O
19 starts to fail.
20
22 nai# aoe-stat | grep e1.9
23 e1.9 82.348GB eth0 up
24 nai# < /dev/etherd/e1.9 sleep 600 &
25 [1] 13006
26 nai# aoe-revalidate e1.9
27 nai# aoe-stat | grep e1.9
28 e1.9 164.696GB eth0 up
29
31 aoe-stat(8), aoetools(8).
32
34 Sam Hopkins (sah@coraid.com)
35
36
37
38 aoe-revalidate(8)