Releases: xapi-project/xen-api
Releases · xapi-project/xen-api
v1.10.1: Merge pull request #2776 from Frezzle/CA-220170
- CA-220170: Fix ha-network-peers CLI field showing hosts as "not in database"
- CA-182929: Raise an error if the storage backend type is unknown.
- CA-206623: Close the input end of the pipe when data feeding is complete
- CA-222060: Remove test for removed validation code
- CA-222060: Only validate VCPUs_max against cores_per_socket, not VCPUs_at_startup
- CA-122248: Avoid returning duplicate events in event.from
- CA-122248: Add a test to search for duplicate events in event.from
- Ignore memory and pif update for transient uuids
- CA-203433: Raise an appropriate API error when we can't SXM a suspend image
- CA-215175: Don't ever execute hooks when we only assume failures.
- CA-220506: Update rbac roles for network.attach_for_vm and network.detach_for_vm API calls.
v1.10.0: [CP-18781] Use the correct vif device id in set_MTU or fail (#2760)
- Use the correct vif device id in set_MTU or fail
- Add force flag to VM.start
- Fix an issue where VM_metrics were assumed to exist
- Protect PIF.scan with a mutex to avoid duplicate PIFs
- Fix xe-toolstack-restart for mpathalert
- Rename mpathalert-daemon.service to mpathalert.service
- Pick up hvm value from xenopsd, report it on CLI
- Improve error messages in logs
- Fix unknown key iscsi_iqn backtrace
- Add 3 new fields to vm_metric: hvm, nested_virt, nomigrate
The Systemd Release
Merge pull request #2750 from robhoes/v6deamonise CA-218103: v6: don't daemonise
v1.9.92
v1.9.91: Merge pull request #2727 from zli/CA-218221
CA-218221: make sure SXM destination VDI has the same size as the source
More bugfree release
Many fixes, and quite a few new features too:
- Dependency on stdext 2.0.0
- Added capability Vdi_mirror to the storage layer
- VM.call_plugin suppor
- New Xen CPU feature levelling support
- TLS configuration
- Refactoring of the SXM code
More bugfixes
- storage: plugging on a slave before a master is now an error
- xenvmd is restarted over master transitions
- preliminary support for SR-level RRDs
- storage: a plugin can have cluster stack constraints
- support for a windows VM drivers upgrade tool 'xenprep'
- change queue prefix to org.xen.xapi
- add XenAPI extension mechanism
- add LVHD thin provisioning upgrade API
- support polling modes for VBDs
- storage: a plugin can report cluster/mirror health
- storage: many updates to SMAPIv3
- storage: generate an alert when a cluster/mirror is degraded
- storage: add rawhba and lvmofcoe to the whitelist
- fix
sm-cli mirror-list
Lots of updates
- add originator for
login_with_password - new API: VM.import
- new CLI: VM import from URL
- initial support for thin provisioning on block storage
- lots of VGPU improvements
- allow storage motion of halted VMs
- support for TLS 1.2
- initial support for FCoE
- preliminary support for SMAPIv3
- preliminary support for multiple cluster stacks
- new CLI support for reading database dumps
Lots of updates
- fix release_version of get_SRs_required_for_recover
- support SM backend-kind override via VDI.other_config key
- support floppy disk drives
- when performing a snapshot, set is_a_snapshot
- update API version to 2.4
- don't double-count HA-protected VMs when restarting them
- don't create refs for snapshots that don't exist on import
- expose RDP state, via guest agents, via VM guest metrics
- read all paths from the config file
- use 'ip' rather than 'ifconfig'
- block the pool-join if the joining host has a network bond
- use local force_state_reset after cross-pool SMX
- correct error text for assert_no_shared_srs_on_me
- allow ISO VBDs to be made from any SR
- disallow resume while a checkpoint is ongoing
- don't pause tapdisk
- use oclock rather than Unix.time
- import_raw_vdi: pass content-length to vhd-tool
- update hostname when it changes
- allow WLB servers to have an IPv6 address
- make sure we return the task reference when cancelling a task
- python: fix compatibility with python 2.7
- add a plugin to install supplemental packs
- create a PGPU for the system display device
- allow PCI vendors to be whitelisted for GPU passthrough
- allow passthrough of vga_arbiter device when appropriate
- remove VM hooks which are now handled by xenopsd
- set the content-length and close the tar header when exporting metadata
- handle cancellation of cross-host VDI.copy
- prevent VM.revert deleting all VDIs unconditionally
- update VDI.snapshot_of links after a VM.revert
- support for read-caching
- check for enough disk space before installing hotfixes
- VM.hard_reboot cancels VM.clean_reboot
Improved debugging
- examples: wrap task.destroy with an exception handler
- add GC stats reporting
- support a "feature-suspend" flag
- fix HTTP requests with an empty cookie
- add opam file
- add documentation
- update to new backtrace API
- xe: add "--trace" option to print backtraces
- add license check for vGPU
- run migration pre-checks for VDI.pool_migrate
- tidy up the internal database interface