> On Oct. 6, 2014, 4:50 a.m., Marcus Sorensen wrote: > > It looks pretty straightforward, doesn't look like it will break anything, > > and sounds like it works, so I'm ok with it. It looks like this performs a > > "1 qcow2 vol per nfs mount" type storage? > > Mike Tutkowski wrote: > Hey Marcus, > > If you're OK with this, do you have time to check it in to Git? > > Thanks! > Mike > > punith s wrote: > hi marcus, > > yes it's a 1:1 mapping between a qcow2 vol per nfs dataset > > thanks
I'm not sure I know how to properly check this into git. I've been following the mailing list just closely enough to know that there's been some changes proposed to how we check things in, and that master is perhaps frozen right now. - Marcus ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25772/#review55480 ----------------------------------------------------------- On Oct. 6, 2014, 4:22 a.m., punith s wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25772/ > ----------------------------------------------------------- > > (Updated Oct. 6, 2014, 4:22 a.m.) > > > Review request for cloudstack, Mike Tutkowski and Marcus Sorensen. > > > Bugs: CLOUDSTACK-7576 > https://issues.apache.org/jira/browse/CLOUDSTACK-7576 > > > Repository: cloudstack-git > > > Description > ------- > > this adapter provides one to one mapping between the SAN volume to a VM's > disk, so that it can guarantee the QoS for the performance sensitive > applications residing on the disk. > this adapter is based on nfs protocol. > > features being supported: > * attach volume > * detach volume > > > Diffs > ----- > > api/src/com/cloud/agent/api/to/DiskTO.java afab856 > api/src/com/cloud/storage/Storage.java 4d267eb > > plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/KVMStoragePoolManager.java > f44bb03 > > plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStoragePool.java > 1a756cb > > plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/ManagedNfsStorageAdaptor.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/25772/diff/ > > > Testing > ------- > > system testing done > > > File Attachments > ---------------- > > architecture > > https://reviews.apache.org/media/uploaded/files/2014/09/18/86449aef-17f3-49fb-b087-be74fade231a__ACS_cloudbyte_integration_with_KVM_for_guaranteeing_QoS_at_VM_level.__.jpg > > > Thanks, > > punith s > >