Skip to content

Commit db633bb

Browse files
committed
Merge pull request #165 from robhoes/master
Cream release details
2 parents caa22e1 + c76cef8 commit db633bb

File tree

2 files changed

+77
-5
lines changed

2 files changed

+77
-5
lines changed

_data/release_info.json

Lines changed: 76 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -968,9 +968,15 @@
968968
{ "transition": "published field",
969969
"name": "network.uuid",
970970
"log": "Unique identifier/object reference" },
971+
{ "transition": "published field",
972+
"name": "pool.allowed_operations",
973+
"log": "list of the operations allowed in this state. This list is advisory only and the server state may have changed by the time this field is read by a client." },
971974
{ "transition": "published field",
972975
"name": "pool.crash_dump_SR",
973976
"log": "The SR in which VDIs for crash dumps are created" },
977+
{ "transition": "published field",
978+
"name": "pool.current_operations",
979+
"log": "links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task." },
974980
{ "transition": "published field",
975981
"name": "pool.default_SR",
976982
"log": "Default SR for VDIs" },
@@ -1222,7 +1228,7 @@
12221228
"log": "Pause the specified VM. This can only be called when the specified VM is in the Running state." },
12231229
{ "transition": "published message",
12241230
"name": "VM.pool_migrate",
1225-
"log": "Migrate a VM to another Host. This can only be called when the specified VM is in the Running state." },
1231+
"log": "Migrate a VM to another Host." },
12261232
{ "transition": "published message",
12271233
"name": "VM.power_state_reset",
12281234
"log": "Reset the power-state of the VM to halted in the database only. (Used to recover from slave failures in pooling scenarios by resetting the power-states of VMs running on dead slaves to halted.) This is a potentially dangerous operation; use with care." },
@@ -3073,10 +3079,10 @@
30733079
"log": "List of GPU groups in which at least one have this VGPU type enabled" },
30743080
{ "transition": "published field",
30753081
"name": "VGPU_type.max_resolution_x",
3076-
"log": "Maximum resultion (width) supported by the VGPU type" },
3082+
"log": "Maximum resolution (width) supported by the VGPU type" },
30773083
{ "transition": "published field",
30783084
"name": "VGPU_type.max_resolution_y",
3079-
"log": "Maximum resoltion (height) supported by the VGPU type" },
3085+
"log": "Maximum resolution (height) supported by the VGPU type" },
30803086
{ "transition": "published field",
30813087
"name": "VGPU_type.supported_on_GPU_groups",
30823088
"log": "List of GPU groups in which at least one PGPU supports this VGPU type" } ],
@@ -3114,9 +3120,15 @@
31143120
{ "transition": "published field",
31153121
"name": "PGPU.is_system_display_device",
31163122
"log": "Is this device the system display device" },
3123+
{ "transition": "published field",
3124+
"name": "VM.hardware_platform_version",
3125+
"log": "The host virtual hardware platform version the VM can run on" },
31173126
{ "transition": "published field",
31183127
"name": "host.display",
31193128
"log": "indicates whether the host is configured to output its console to a physical display device" },
3129+
{ "transition": "published field",
3130+
"name": "host.virtual_hardware_platform_versions",
3131+
"log": "The set of versions of the virtual hardware platform that the host can offer to its guests" },
31203132
{ "transition": "published message",
31213133
"name": "PGPU.disable_dom0_access",
31223134
"log": "" },
@@ -3133,6 +3145,66 @@
31333145
"name": "host.enable_display",
31343146
"log": "Enable console output to the physical display device next time this host boots" } ],
31353147
"dundee": [
3148+
{ "transition": "published field",
3149+
"name": "PIF.capabilities",
3150+
"log": "Additional capabilities on the interface." },
3151+
{ "transition": "published field",
3152+
"name": "SM.required_cluster_stack",
3153+
"log": "The storage plugin requires that one of these cluster stacks is configured and running." },
3154+
{ "transition": "published field",
3155+
"name": "VGPU_type.experimental",
3156+
"log": "Indicates whether VGPUs of this type should be considered experimental" },
3157+
{ "transition": "published field",
3158+
"name": "VGPU_type.identifier",
3159+
"log": "Key used to identify VGPU types and avoid creating duplicates - this field is used internally and not intended for interpretation by API clients" },
3160+
{ "transition": "published field",
3161+
"name": "VGPU_type.implementation",
3162+
"log": "The internal implementation of this VGPU type" },
3163+
{ "transition": "published field",
3164+
"name": "VM.auto_update_drivers",
3165+
"log": "True if the Windows Update feature is enabled on the VM; false otherwise" },
3166+
{ "transition": "published field",
3167+
"name": "VM_guest_metrics.network_paths_optimized",
3168+
"log": "Network paths are optimized with backend" },
3169+
{ "transition": "published field",
3170+
"name": "VM_guest_metrics.storage_paths_optimized",
3171+
"log": "Storage paths are optimized with backend" },
3172+
{ "transition": "published field",
3173+
"name": "pool.ha_cluster_stack",
3174+
"log": "The HA cluster stack that is currently in use. Only valid when HA is enabled." },
3175+
{ "transition": "published field",
3176+
"name": "pool.health_check_config",
3177+
"log": "Configuration for the automatic health check feature" },
31363178
{ "transition": "published field",
31373179
"name": "task.backtrace",
3138-
"log": "Function call trace for debugging." } ] }
3180+
"log": "Function call trace for debugging." },
3181+
{ "transition": "published message",
3182+
"name": "VM.assert_can_set_auto_update_drivers",
3183+
"log": "Check if PV auto update can be set on Windows vm" },
3184+
{ "transition": "published message",
3185+
"name": "VM.import",
3186+
"log": "Import an XVA from a URI" },
3187+
{ "transition": "published message",
3188+
"name": "VM.set_auto_update_drivers",
3189+
"log": "Enable or disable PV auto update on Windows vm" },
3190+
{ "transition": "published message",
3191+
"name": "VM.xenprep_start",
3192+
"log": "New function call" },
3193+
{ "transition": "published message",
3194+
"name": "session.create_from_db_file",
3195+
"log": "" },
3196+
{ "transition": "deprecated field",
3197+
"name": "VM_guest_metrics.PV_drivers_up_to_date",
3198+
"log": "Deprecated in favour of network_paths_optimized and storage_paths_optimized, and redefined in terms of them" },
3199+
{ "transition": "prototyped field",
3200+
"name": "host.ssl_legacy",
3201+
"log": "" },
3202+
{ "transition": "prototyped message",
3203+
"name": "host.set_ssl_legacy",
3204+
"log": "" },
3205+
{ "transition": "prototyped message",
3206+
"name": "pool.disable_ssl_legacy",
3207+
"log": "Sets ssl_legacy false on each host." },
3208+
{ "transition": "prototyped message",
3209+
"name": "pool.enable_ssl_legacy",
3210+
"log": "Sets ssl_legacy true on each host." } ] }

xen-api/releases/cream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ release: cream
44
release_index: true
55
---
66

7-
Currently unreleased
7+
Released in May 2015.
88

0 commit comments

Comments
 (0)