aoe-revalidate.8 862 B

1234567891011121314151617181920212223242526272829303132
  1. .TH aoe-revalidate 8
  2. .SH NAME
  3. aoe-revalidate \- revalidate the disk size of an aoe device
  4. .SH SYNOPSIS
  5. .nf
  6. .B aoe-revalidate e{major}.{minor}
  7. .fi
  8. .SH DESCRIPTION
  9. The
  10. .I aoe-revalidate
  11. command tells the aoe driver to revalidate the disk size of an open aoe device.
  12. Normally the aoe driver will only acknowledge changes in an aoe device's
  13. disk size when the aoe device is not open.
  14. .PP
  15. It should be noted that if an aoe device's disk size shrinks in revalidation
  16. any users may become hopelessly confused when their resumed I/O starts to fail.
  17. .SH EXAMPLE
  18. .EX
  19. .nf
  20. nai# aoe-stat | grep e1.9
  21. e1.9 82.348GB eth0 up
  22. nai# < /dev/etherd/e1.9 sleep 600 &
  23. [1] 13006
  24. nai# aoe-revalidate e1.9
  25. nai# aoe-stat | grep e1.9
  26. e1.9 164.696GB eth0 up
  27. .fi
  28. .EE
  29. .SH "SEE ALSO"
  30. .IR aoe-stat (8).
  31. .SH AUTHOR
  32. Sam Hopkins (sah@coraid.com)