Re: [libvirt] [PATCH] storage: Add timeout for iscsi volume's stable path discovery

2012-09-25 Thread Osier Yang
On 2012年09月25日 00:42, Eric Blake wrote: On 09/24/2012 02:44 AM, Osier Yang wrote: It might need some time till the LUN's stable path shows up on initiator host, and although the time window is not foreseeable, as a better than nothing fix, this patch adds timeout for the stable path discovery

[libvirt] [PATCH] storage: Add timeout for iscsi volume's stable path discovery

2012-09-24 Thread Osier Yang
It might need some time till the LUN's stable path shows up on initiator host, and although the time window is not foreseeable, as a better than nothing fix, this patch adds timeout for the stable path discovery process. --- src/storage/storage_backend.c | 14 -- 1 files changed, 12

Re: [libvirt] [PATCH] storage: Add timeout for iscsi volume's stable path discovery

2012-09-24 Thread Eric Blake
On 09/24/2012 02:44 AM, Osier Yang wrote: It might need some time till the LUN's stable path shows up on initiator host, and although the time window is not foreseeable, as a better than nothing fix, this patch adds timeout for the stable path discovery process. ---