Re: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Marcus Sorensen
new String(sourceHost + >> sourcePath).getBytes()).toString(); >> >> instead. >> >> >> >>> -Original Message- >> >>> From: Edison Su [mailto:edison...@citrix.com] >> >>> Sent: Wednesday, September 26, 2012 2:09 PM >&

RE: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Edison Su
gt;>> Yes, you are right, getStoragePoolbyURI is the right one. > >>> > >>> > -Original Message- > >>> > From: Marcus Sorensen [mailto:shadow...@gmail.com] > >>> > Sent: Wednesday, September 26, 2012 2:03 PM > >>> >

Re: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Marcus Sorensen
new String(sourceHost + >> sourcePath).getBytes()).toString(); >> instead. >> >>> -Original Message- >>> From: Edison Su [mailto:edison...@citrix.com] >>> Sent: Wednesday, September 26, 2012 2:09 PM >>> To: cloudstack-d

Re: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Marcus Sorensen
September 26, 2012 2:09 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: RE: advice: trying to fix secondary/iso nfs storage on KVM >> >> Yes, you are right, getStoragePoolbyURI is the right one. >> >> > -Original Message- >> > From: Marc

RE: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Edison Su
ilto:edison...@citrix.com] > Sent: Wednesday, September 26, 2012 2:09 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: advice: trying to fix secondary/iso nfs storage on KVM > > Yes, you are right, getStoragePoolbyURI is the right one. > > > -Original Mes

RE: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Edison Su
Yes, you are right, getStoragePoolbyURI is the right one. > -Original Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Wednesday, September 26, 2012 2:03 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: advice: trying to fix secondary/iso nfs

Re: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Marcus Sorensen
Message- >>> From: Marcus Sorensen [mailto:shadow...@gmail.com] >>> Sent: Wednesday, September 26, 2012 1:32 PM >>> To: cloudstack-dev@incubator.apache.org >>> Subject: Re: advice: trying to fix secondary/iso nfs storage on KVM >>> >>> I als

Re: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Marcus Sorensen
n return. > >> -Original Message- >> From: Marcus Sorensen [mailto:shadow...@gmail.com] >> Sent: Wednesday, September 26, 2012 1:32 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: advice: trying to fix secondary/iso nfs storage on KVM >&g

RE: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Edison Su
ck-dev@incubator.apache.org > Subject: Re: advice: trying to fix secondary/iso nfs storage on KVM > > I also notice that LibvirtComputingResource calls getStoragePoolByURI > > getStoragePoolByURI calls getStoragePoolByUri per > KVMStoragePoolManager.java > > in LibvirtStora

Re: advice: trying to fix secondary/iso nfs storage on KVM

2012-09-26 Thread Marcus Sorensen
I also notice that LibvirtComputingResource calls getStoragePoolByURI getStoragePoolByURI calls getStoragePoolByUri per KVMStoragePoolManager.java in LibvirtStorageAdaptor there exists both getStoragePoolByUri and getStoragePoolbyURI. The latter looks like it generates a UUID based on the host/pa