Feature #1163
Migrate from xm to xl (libxenlight based cli)
Status: | Closed | Start date: | 03/12/2012 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - VM | |||
Target version: | Release 4.2 | |||
Resolution: | fixed | Pull request: |
Description
The xm toolstack is the only one available on OpenNebula right now to interact with Xen Hypervisors, but it is also deprecated, and new Xen versions will probably drop it. OpenNebula should add support for the xl toolstack, which should be quite simple given that xl tries to use the same nomenclature as xm, and also supports the same set of commands. Doing a simple:
sed 's/xm/xl/'
Should provide a good start for migrating OpenNebula Xen scripts to xl.
Associated revisions
feature #1163: change xen4 drivers to use xl instead of xm
feature #1163: add support for hvm in xen4 drivers
feature #1163: use image format as prefix for disks
feature #1163: XenDriver modifications to handle drivers with and without ':' and include support for HVM
feature #1163: get domain name from deployment file in xen4 deploy
feature #1163: merge xen3 and xen4 drivers, added parameters in xenrc
feature #1163: split im drivers for xen3 and xen4
History
#1 Updated by Ruben S. Montero over 9 years ago
- Tracker changed from Bug to Feature
#2 Updated by Ruben S. Montero about 8 years ago
- Category changed from Drivers - Auth to Drivers - VM
- Assignee set to Javi Fontan
- Priority changed from Normal to High
- Target version set to Release 4.2
#3 Updated by Ruben S. Montero about 8 years ago
- Support for HVM will be derived if no BOOTLOADER or KERNEL is provided. This will be done in XenDriver.cc
- Consolidate driver scripts moving configuration varibales to xenrc for each Xen version. Deploy script will be the same (xen4)
- Check for ':' in prefix/traget and added if needed also in XenDriver.cc
#4 Updated by Ruben S. Montero almost 8 years ago
- Status changed from New to Closed
- Resolution set to fixed