1234567891011121314151617181920212223242526272829303132333435 |
- .TH aoe-interfaces 8
- .SH NAME
- aoe-revalidate \- revalidate the disk size of an aoe device
- .SH SYNOPSIS
- .nf
- .B aoe-revalidate e{major}.{minor}
- .fi
- .SH DESCRIPTION
- The
- .I aoe-revalidate
- command tells the aoe driver to revalidate the disk size of an open aoe device.
- Normally the aoe driver will only acknowledge changes in an aoe device's
- disk size when the aoe device is not open. Aoe-revalidate will cause the
- driver to pause any I/O for the aoe device while revalidating the disk size.
- After revalidation I/O is resumed.
- .PP
- It should be noted that if an aoe device's disk size shrinks in revalidation
- any users may become hopelessly confused when their resumed I/O starts to fail.
- .PP
- .IP
- .EX
- nai:~#
- nai# aoe-stat | grep e1.9
- e1.9 82.348GB eth0 up
- nai# < /dev/etherd/e1.9 sleep 600 &
- [1] 13006
- nai# aoe-revalidate e1.9
- nai# aoe-stat | grep e1.9
- e1.9 164.696GB eth0 up
- .EE
- .LP
- .SH "SEE ALSO"
- .IR aoe-stat (8).
- .SH AUTHOR
- Sam Hopkins (sah@coraid.com)
|