New Question

smesilov's profile - activity

2022-04-24 18:08:16 +0300 received badge  Taxonomist
2018-11-14 09:39:38 +0300 received badge  Famous Question (source)
2018-11-14 09:39:38 +0300 received badge  Notable Question (source)
2017-02-10 17:18:18 +0300 received badge  Popular Question (source)
2017-02-02 18:02:19 +0300 asked a question console.log is empty

Hi Team, I'm using you Hyper-V nova driver. My problem is with console.log file which is empty. I try to get boot logs in dashboard from Linux VM and I have already edited grub2 with "GRUBCMDLINELINUX="console=tty0 crashkernel=auto rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap console=ttyS0,115200n8" string. How can I configure hyperv or nova-compute to get this logs?

2017-02-01 18:32:45 +0300 asked a question Injecting password to Linux guests

Hi Team, I have an issue with injecting password for RHEL7 Generation 2 VM running on Hyper-V Nova. I want to make it work using Dashboard. If I use "nova boot" with --meta adminpass= and cloud-init datasource is set to metadataurls ["http://169.254.169.254"] then password is not sent. When I use configdriveinject_password=true and cloud-init datasource as ConfigDrive then the same happens. One way I can set the password is to use this script while creating a new VM in Dashboard:

cloud-config

password: abcd1234 chpasswd: { expire: False } ssh_pwauth: True

Can you help with this issue? Thanks

2016-08-31 11:01:03 +0300 received badge  Famous Question (source)
2016-08-10 17:30:01 +0300 received badge  Editor (source)
2016-08-10 17:28:56 +0300 received badge  Notable Question (source)
2016-08-08 11:21:24 +0300 received badge  Popular Question (source)
2016-08-02 18:03:48 +0300 asked a question Deploying Hyper-V nodes with ceph backend in Openstack environment

Does anybody know something about how to configure ceph storage to be used by Hyper-V nodes as backend storage? I have Openstack Liberty environment. There are 2 hyper-v compute nodes (cloudbase nova service installed). When trying to attach volume to the instance on hyperv there is error:

File "C:\Program Files (x86)\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\hyperv\nova\volumeops.py", line 85, in getvolumedriver 2016-08-02 16:15:23.851 1776 ERROR nova.compute.manager [instance: 7fc759d0-9e76-4611-8cd1-780c99fd657c] raise exception.VolumeDriverNotFound(drivertype=driver_type) 2016-08-02 16:15:23.851 1776 ERROR nova.compute.manager [instance: 7fc759d0-9e76-4611-8cd1-780c99fd657c] VolumeDriverNotFound: Could not find a handler for rbd volume.

Need some RBD proxy. but can't find anything.

Thanks.