Bug #2878

Context filesystem is not mounted with Xen4 and Centos6.5

Added by Marcello Lodi about 7 years ago. Updated about 7 years ago.

Status:ClosedStart date:05/07/2014
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:Drivers - VM
Target version:Release 4.6
Resolution:worksforme Pull request:
Affected Versions:OpenNebula 4.6

Description

Hi,
I am using opennebula 4.6 with Xen4 as hypervisor and CentOS 6.5 x86_64 as OS.

With xen4 (the default config), devices should be named xvd
I am testing opennebula 4.6 and the deplayment.0 file that is generated,
contains a wrong name for the contextualization filesystem (I think).

disk = [
'phy:/var/lib/one//datastores/0/137/disk.0,xvda1,w',
'raw:/var/lib/one//datastores/0/137/disk.1,hda,r',
]

The second line should be something like
'raw:/var/lib/one//datastores/0/137/disk.1,xvdb,r',

I paid attention in /etc/one/oned.conf that
DEFAULT_DEVICE_PREFIX = "xvd"

Am I missing something inside configuration files?
Cheers, Marcello

History

#1 Updated by Ruben S. Montero about 7 years ago

  • Status changed from Pending to Closed
  • Resolution set to worksforme

Set DEFAULT_CDROM_DEVICE_PREFIX in oned.conf to xvd, this should fix your issue

Also available in: Atom PDF