| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | .TH aoe-flush 8.SH NAMEaoe-flush \- flush the down devices out of the aoe driver.SH SYNOPSIS.nf.B aoe-flush [-a].B aoe-flush dev1 [dev2 ...].fi.SH DESCRIPTIONThe.I aoe-flushcommand tells the aoe driver to remove devices from the system andforget about them.  Normally the aoe driver will remember all devices it hasseen until the module is unloaded.  By default, .I aoe-flushwill only flushdowned devices.  With the \fB-a\fP flag all devices are candidates for removal..PP.I aoe-flushwill not remove devices that are in use.  This includes devices in theclosewait state or those in the process of being installed..PPBy specifying a series of specific aoe devices, e.g., \fBe7.0 e3.2\fP,it is possible to ask the aoe driver to forget these devices.  Thisfeature may be convenient after a temporary AoE target is no longerbeing used..SH OPTIONS.TP\fB-a\fPThe \fB-a\fP option tells the aoe driver to forget all unused devices..SH EXAMPLE.EX.nfnai# aoe-stat | grep e12.0     e12.0         0.000GB   eth1 down          nai# aoe-flushnai# aoe-stat | grep e12.0.fi.EE.SH BUGSFlushed devices may reappear when they are discovered by the periodic discoverybeacon..I aoe-discovermay be used to force this behaviour..SH "SEE ALSO".IR aoe-stat (8),.IR aoe-discover (8),.IR aoetools (8)..SH AUTHORSam Hopkins (sah@coraid.com)
 |