Re: [libvirt] libvirt and Parallels Cloud Storage

2013-02-11 Thread Alexander Gordeev
В Mon, 11 Feb 2013 09:57:05 + "Daniel P. Berrange" пишет: > On Sun, Feb 10, 2013 at 02:20:02AM +0400, Alexander Gordeev wrote: > > В Thu, 7 Feb 2013 16:09:31 + > > "Daniel P. Berrange" пишет: > > > > > > It's not a POSIX FS but

Re: [libvirt] libvirt and Parallels Cloud Storage

2013-02-11 Thread Alexander Gordeev
В Mon, 11 Feb 2013 09:57:05 + "Daniel P. Berrange" пишет: > On Sun, Feb 10, 2013 at 02:20:02AM +0400, Alexander Gordeev wrote: > > В Thu, 7 Feb 2013 16:09:31 + > > "Daniel P. Berrange" пишет: > > > > > > It's not a POSIX FS but

Re: [libvirt] libvirt and Parallels Cloud Storage

2013-02-09 Thread Alexander Gordeev
В Thu, 7 Feb 2013 16:09:31 + "Daniel P. Berrange" пишет: > > It's not a POSIX FS but there is a FUSE client for it that can be > > used to access and manipulate images. It's quite high speed but only > > when used with O_DIRECT + aio. I tried to setup several KVMs on top of > > a Pstorage mou

Re: [libvirt] libvirt and Parallels Cloud Storage

2013-02-08 Thread Alexander Gordeev
В Thu, 7 Feb 2013 16:09:31 + "Daniel P. Berrange" пишет: > On Mon, Feb 04, 2013 at 08:13:20PM +0400, Alexander Gordeev wrote: > > Hi! > > > > I'd like to develop libvirt integration with Parallels Cloud > > Storage (Pstorage) which is a new

[libvirt] libvirt and Parallels Cloud Storage

2013-02-04 Thread Alexander Gordeev
Hi! I'd like to develop libvirt integration with Parallels Cloud Storage (Pstorage) which is a new distributed file system from Parallels designed specifically for storing VM images: http://www.parallels.com/products/pcs/cloud-storage/ It's not a POSIX FS but there is a FUSE client for it that ca