Re: Question about StoragePoolHostVO

2013-10-22 Thread Mike Tutkowski
Thanks, Edison. What I was noticing is when I attach a disk to a Stopped VM on KVM and then try to start it, the operation was failing because my data disk did not have a row in this table tying the host ID to the storage pool ID. I modified my SolidFireHostListener class to create such a row and

RE: Question about StoragePoolHostVO

2013-10-22 Thread Edison Su
The storage_pool_host_ref table is usually used to build the relationship between storage pool and hypervisor host only. The local path in this table is not used by other code any more. If you have specific requirement, such as store a path in this table, we can add it DefaultHostListener, or yo