
20 May
2016
20 May
'16
5:05 p.m.
On 05/20/2016 05:54 AM, Ján Tomko wrote:
Commit 5e54361c added virStoragePoolObjClearVols before refreshPool to prevent duplicate volume entries.
However it is not needed here because we're not refreshing the pool yet, just checking for the existence of the refresh callback.
The actual refresh is done via virStorageVolFDStreamCloseCb in virStorageVolPoolRefreshThread, which already calls virStoragePoolObjClearVols. --- src/storage/storage_driver.c | 1 - 1 file changed, 1 deletion(-)
ACK John