[
https://issues.apache.org/jira/browse/CLOUDSTACK-8605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628198#comment-14628198
]
ASF GitHub Bot commented on CLOUDSTACK-8605:
--------------------------------------------
Github user kishankavala commented on the pull request:
https://github.com/apache/cloudstack/pull/577#issuecomment-121645521
/var/lib/libvirt/images is used for local storage also.
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource#configure
_localStoragePath = (String)params.get("local.storage.path");
if (_localStoragePath == null) {
_localStoragePath = "/var/lib/libvirt/images/";
}
I'll update the patch to use _localStoragePath instead of hard-coded
/var/lib/libvirt/images
> KVM: Config Drive and getVmIp support
> -------------------------------------
>
> Key: CLOUDSTACK-8605
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8605
> Project: CloudStack
> Issue Type: Sub-task
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: KVM
> Affects Versions: 4.6.0
> Reporter: Kishan Kavala
> Assignee: Kishan Kavala
> Fix For: 4.6.0
>
>
> Add support for
> - creating config drive
> - Fetch IP from guest Vm which is assigned by external DHCP
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)