Re: [libvirt] [PATCH 6/7] storage: Add startPool and stopPool for scsi backend

2013-04-08 Thread Osier Yang
On 06/04/13 03:29, John Ferlan wrote: On 03/25/2013 12:43 PM, Osier Yang wrote: startPool creates the vHBA if it's not existed yet, stopPool destroys s/it's not exists/it does not exist/ Okay. the vHBA. Also to support autostart, checkPool will creates the vHBA s/creates/create Okay.

Re: [libvirt] [PATCH 6/7] storage: Add startPool and stopPool for scsi backend

2013-04-05 Thread John Ferlan
On 03/25/2013 12:43 PM, Osier Yang wrote: > startPool creates the vHBA if it's not existed yet, stopPool destroys s/it's not exists/it does not exist/ > the vHBA. Also to support autostart, checkPool will creates the vHBA s/creates/create > if it's not existed yet. s/it's not existed/it does not

[libvirt] [PATCH 6/7] storage: Add startPool and stopPool for scsi backend

2013-03-25 Thread Osier Yang
startPool creates the vHBA if it's not existed yet, stopPool destroys the vHBA. Also to support autostart, checkPool will creates the vHBA if it's not existed yet. --- src/storage/storage_backend_scsi.c | 64 ++ 1 file changed, 64 insertions(+) diff --git a/src