xen-api - Mail Index


December 29, 09
20:54 Re: [Xen-API] RE: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January Keith Coleman
16:50 [Xen-API] Re: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January Pasi Kärkkäinen
16:34 Re: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January Outback Dingo
16:31 [Xen-API] RE: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January Dave Scott
16:04 [Xen-API] Re: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January Pasi Kärkkäinen
11:41 [Xen-API] RE: [Xen-users] Xen Cloud Platform disaster Dave Scott
09:40 [Xen-API] libxenserver : xen_vm_get_record() fails with SIGSEGV Sane, Abhijeet
December 28, 09
17:38 [Xen-API] Accessing XCP console Ahmed Kamal
December 24, 09
18:34 Re: [Xen-users] Xen Cloud Platform disaster Outback Dingo
17:12 [Xen-API] RE: [Xen-users] Xen Cloud Platform disaster Dave Scott
16:34 [Xen-API] [PATCH] remove license *expiry* check David Scott
14:39 RE: [Xen-users] Xen Cloud Platform disaster Dustin Henning
14:32 RE: [Xen-users] Xen Cloud Platform disaster Stephen Spector
14:30 Re: [Xen-users] Xen Cloud Platform disaster Outback Dingo
14:24 [Xen-API] RE: [Xen-users] Xen Cloud Platform disaster Stephen Spector
December 23, 09
11:41 [Xen-API] [PATCH] Add a method to trigger a power button push in a domain Paul Durrant
December 22, 09
16:33 [Xen-API] [PATCH] Add a xenops command to trigger a power button push in a domain Paul Durrant
15:00 [Xen-API] [PATCH] add primitive SSL cert verification David Scott
11:57 [Xen-API] [PATCH] Minor ocamldoc fix. Rob Hoes
11:32 [Xen-API] [PATCH] tidy up some ocamldoc David Scott
10:12 RE: [Xen-API] xen-api.hg compile error Dave Scott
07:03 Re: [Xen-API] xen-api.hg compile error Zhigang Wang
05:15 [Xen-API] xen-api.hg compile error Zhigang Wang
December 21, 09
21:52 [Xen-API] [PATCH] remove 1 PCI device limit for HVM guests David Scott
21:31 [Xen-API] [PATCH] pass xapi's PATH to processes forked by Helpers.call_script David Scott
21:29 [Xen-API] [PATCH] add an optional environment argument to fork/exec utility fn David Scott
18:24 [Xen-API] [PATCH] Make Host.evacuate perform *live* migrations David Scott
18:00 [Xen-API] [PATCH 5 of 5] CA-33440: Remove code which saved the pid of calls to storage backends since these pids could not be safely used David Scott
18:00 [Xen-API] [PATCH 3 of 5] CA-33440: Remove an unnecessary reference to Forkhelpers.Nopid (allowing us to delte the value altogether) David Scott
17:59 [Xen-API] [PATCH 4 of 5] CA-33440: Remove an unused open() of /dev/null, allowing us to delete the helper function which did it David Scott
17:59 [Xen-API] [PATCH 1 of 5] CA-33440: remove an instance of an unsafe direct fork/exec David Scott
17:59 [Xen-API] [PATCH 2 of 5] CA-33440: the 'getpid' function has moved into the stunnel module David Scott
17:59 [Xen-API] [PATCH 0 of 5] tidy up users of the forkhelpers code David Scott
17:55 [Xen-API] [PATCH 5 of 6] CA-33440: add ocamldoc to forkhelpers.mli David Scott
17:55 [Xen-API] [PATCH 2 of 6] CA-33440: Move the unsafe direct fork_and_exec code from forkhelpers into stunnel, since it's only stunnel (called from the CLI) which actually needs it David Scott
17:54 [Xen-API] [PATCH 6 of 6] CA-33440: remove some unused arguments from execute_command_get_output David Scott
17:54 [Xen-API] [PATCH 3 of 6] CA-33440: Now that the direct fork code has been moved to stunnel, simplify the 'pidty' to only consider the single case of forking via the external daemon David Scott
17:54 [Xen-API] [PATCH 4 of 6] CA-33440: remove some more unused functions from forkhelpers David Scott
17:54 [Xen-API] [PATCH 1 of 6] CA-33440: Remove some dead code David Scott
17:54 [Xen-API] [PATCH 0 of 6] tidy up the forkhelpers code, add ocamldoc David Scott
15:06 [Xen-API] [PATCH 3 of 3] MLVM library Jonathan Ludlam
15:06 [Xen-API] [PATCH 1 of 3] A few bits and pieces to support the vhd daemon Jonathan Ludlam
15:06 [Xen-API] [PATCH 2 of 3] Use rpc-light to marshal/unmarshal camldm device-mapper tables rather than the Marshal module Jonathan Ludlam
15:05 [Xen-API] [PATCH 0 of 3] Updates to support the forthcoming vhdd Jonathan Ludlam
13:58 [Xen-API] [PATCH] add back in a default $PATH to subprocesses David Scott
December 19, 09
20:14 [Xen-API] [PATCH] fix the udev SR David Scott
20:02 [Xen-API] [PATCH] Fix xsconsole error strings David Scott
16:33 [Xen-API] [PATCH] install fork/exec daemons init.d script into rc.d/init.d David Scott
December 18, 09
20:54 [Xen-API] [SPAM] [PATCH] Make xapi use the fork/exec daemon David Scott
20:51 [Xen-API] [PATCH 1 of 6] CA-33440: add a single-threaded fork/exec daemon to fork/exec on behalf of xapi David Scott
20:51 [Xen-API] [PATCH 3 of 6] CA-33440: Make the fork/exec daemon create the directory containing the unix domain socket it listens on if it doesn't already exist David Scott
20:51 [Xen-API] [PATCH 6 of 6] CA-33440: when starting an stunnel process, careful to handle the case where we still do fork the binary directly i.e. that used by quicktest and the CLI David Scott
20:50 [Xen-API] [PATCH 4 of 6] CA-33440: Add an init.d script for the fork/exec daemon David Scott
20:50 [Xen-API] [PATCH 5 of 6] CA-33440: Add an 'install.sh' into which we can place commands like 'chkconfig --add fe'. Eventually we can trigger this from a proper package post-install script David Scott
20:50 [Xen-API] [PATCH 2 of 6] CA-33440: Add [-daemon] and [-pidfile] arguments to the fork/exec daemon David Scott
20:50 [Xen-API] [PATCH 0 of 6] Add a fork/exec daemon David Scott
14:36 [Xen-API] Re: [PATCH 32 of 33] interface-reconfigure: Add license headers to new InterfaceReconfigure*.py Ian Campbell
14:24 [Xen-API] [PATCH] vif hotplug: Support both Linux bridge and openvswitch Ian Campbell
14:24 [Xen-API] [PATCH 16 of 33] interface-reconfigure: hang all configuration off of the ipdev Ian Campbell
14:23 [Xen-API] [PATCH 30 of 33] interface-reconfigure: move datapath configuration to module Ian Campbell
14:23 [Xen-API] [PATCH 33 of 33] interface-reconfigure: vswitch: explicitly configure IP device MAC address Ian Campbell
14:23 [Xen-API] [PATCH 32 of 33] interface-reconfigure: Add license headers to new InterfaceReconfigure*.py Ian Campbell
14:23 [Xen-API] [PATCH 31 of 33] interface-reconfigure: Improve error handling of if{up, down} if ifcfg Ian Campbell
14:22 [Xen-API] [PATCH 26 of 33] interface-reconfigure: Move DatabaseCache object to utility module Ian Campbell
14:22 [Xen-API] [PATCH 28 of 33] interface-reconfigure: do not sort the result in pif_get_bond_slaves Ian Campbell
14:22 [Xen-API] [PATCH 29 of 33] interface-reconfigure: Move ethtool and MTU setting utilities to module Ian Campbell
14:22 [Xen-API] [PATCH 27 of 33] interface-reconfigure: Move bond and VLAN utilities to utility module Ian Campbell
14:22 [Xen-API] [PATCH 25 of 33] interface-reconfigure: Refactor the action_* methods Ian Campbell
14:21 [Xen-API] [PATCH 24 of 33] interface-reconfigure: do not require a PIF for rewrite action Ian Campbell
14:21 [Xen-API] [PATCH 23 of 33] interface-reconfigure: Do not try to bring down interfaces before forcing them up Ian Campbell
14:21 [Xen-API] [PATCH 22 of 33] interface-reconfigure: move /etc/init.d/management-interface to this repository Ian Campbell
14:21 [Xen-API] [PATCH 21 of 33] interface-reconfigure: explicitly rename devices early Ian Campbell
14:21 [Xen-API] [PATCH 19 of 33] interface-reconfigure: further separate the concept of ipdev and datapath Ian Campbell
14:20 [Xen-API] [PATCH 20 of 33] interface-reconfigure: add pif_is_bond() Ian Campbell
14:20 [Xen-API] [PATCH 18 of 33] interface-reconfigure: use the same other-config:ethtool-* and MTU as vswitch version Ian Campbell
14:20 [Xen-API] [PATCH 15 of 33] interface-reconfigure: Various refactoring Ian Campbell
14:20 [Xen-API] [PATCH 17 of 33] interface-reconfigure: Rename some functions to match vswitch version Ian Campbell
14:19 [Xen-API] [PATCH 14 of 33] interface-reconfigure: Write DNSDEV to /etc/sysconfig/network Ian Campbell
14:19 [Xen-API] [PATCH 13 of 33] interface-reconfigure: do not remove ifcfg files when unplugging a PIF Ian Campbell
14:19 [Xen-API] [PATCH 12 of 33] interface-reconfigure: Add pif_is_vlan utility function Ian Campbell
14:19 [Xen-API] [PATCH 11 of 33] interface-reconfigure: Add run_command utility to encapsulate os.spawnl usage Ian Campbell
14:19 [Xen-API] [PATCH 10 of 33] interface-reconfigure: Reformat some comments slightly, move logging function to top of file Ian Campbell
14:18 [Xen-API] [PATCH 09 of 33] interface-reconfigure: Reimplement forced rewrite Ian Campbell
14:18 [Xen-API] [PATCH 08 of 33] interface-reconfigure: drop "--force all down" Ian Campbell
14:18 [Xen-API] [PATCH 07 of 33] interface-reconfigure: Cleanup whitespace Ian Campbell
14:18 [Xen-API] [PATCH 06 of 33] interface-reconfigure: Explicity cache database configuration in /var/xapi/network.dbcache Ian Campbell
14:18 [Xen-API] [PATCH 05 of 33] interface-reconfigure: Restrict the fields pulled from XenAPI into DatabaseCache Ian Campbell
14:17 [Xen-API] [PATCH 04 of 33] interface-reconfigure: Only include objects on the current host in the DatabaseCache Ian Campbell
14:17 [Xen-API] [PATCH 03 of 33] interface-reconfigure: drop default path from ConfigurationFile object Ian Campbell
14:17 [Xen-API] [PATCH 02 of 33] interface-reconfigure: Rework log_pif_action to not abuse the pifrec dict Ian Campbell
14:17 [Xen-API] [PATCH 01 of 33] interface-reconfigure: drop debug mode Ian Campbell
14:16 [Xen-API] [PATCH 00 of 33] Rework interface reconfigure Ian Campbell
12:32 [Xen-API] [PATCH] # HG changeset patch Thomas Gazagnaire
December 17, 09
14:09 [Xen-API] [PATCH 2 of 3] CA-35893: add a bit of extra logging to the domain shutdown paths David Scott
14:09 [Xen-API] [PATCH 3 of 3] CA-35893: add delay to the VM.hard_shutdown retry loop David Scott
14:09 [Xen-API] [PATCH 1 of 3] CA-35893: fix some misleading logging messages David Scott
14:09 [Xen-API] [PATCH 0 of 3] Work around race in the domain shutdown code David Scott
December 15, 09
20:12 [Xen-API] [PATCH 1 of 2] [doc]: add latex source for the document which describes the per-host ballooning daemon David Scott
20:12 [Xen-API] [PATCH 2 of 2] [doc]: add a short note to the squeezed documentation to describe the purpose: i.e. (i) dynamically adjust VM memory without rebooting; and (ii) "squeezing" a few more VMs onto a host when another host fails David Scott
20:11 [Xen-API] [PATCH 0 of 2] Add documentation for the host ballooning daemon David Scott
12:44 Re: [Xen-API] Need API for Xen Magnus Therning
12:33 [Xen-API] [PATCH 4 of 4] Create netdev interface definition Ian Campbell
12:33 [Xen-API] [PATCH 3 of 4] CP-1548: select network bridge or vswitch backend at runtime Ian Campbell
12:33 [Xen-API] [PATCH 2 of 4] Only explictly create internal bridges (those with no local PIFs) Ian Campbell
12:33 [Xen-API] [PATCH 1 of 4] Remove the brctl utility. It is unused Ian Campbell
12:33 [Xen-API] [PATCH 0 of 4] Add configuration to allow selection of Netdev.Bridge vs. Netdev.Vswitch Ian Campbell
December 14, 09
20:22 RE: [Xen-API] [PATCH] CA-35881: mkdir /var/log/blktap during boot. Dave Scott
20:05 [Xen-API] [PATCH] CA-35881: mkdir /var/log/blktap during boot. Daniel Stodden
December 11, 09
17:42 [Xen-API] [PATCH] [rpc-light] add {call, response}_of_string and string_of_{call, response} for JSON as well. Thomas Gazagnaire
16:49 [Xen-API] [PATCH] [rpc-light] implements {call, response}_of_string and string_of_{call, response} for XMLRPC. Thomas Gazagnaire
14:26 [Xen-API] Need API for Xen Gandhiraj Natarajan
14:23 [Xen-API] [PATCH] CA-35308: Make the revert task not cancellable after reaching a certain point in the process of reverting. Thomas Gazagnaire
13:59 [Xen-API] [PATCH] CA-35407: Improve error message on VM.revert failure. Thomas Gazagnaire
13:33 [Xen-API] [PATCH] CA-35392: The snapshot parent links are not correctly updated on upgrade. Thomas Gazagnaire
December 10, 09
23:08 [Xen-API] [PATCH 4 of 4] CA-33707: fix queueing deadlocking bug by never entering a queue with a lock held David Scott
23:08 [Xen-API] [PATCH 3 of 4] CA-33707: Refactor the xenops shutdown functions to (i) make them robust to being called in parallel with (eg) domain destroy; and (ii) to make it possible to call 'shutdown' more than once David Scott
23:08 [Xen-API] [PATCH 1 of 4] CA-33707: Stop using the internal RPC call VM.hard_reboot_internal in the event thread VM reboot path. This used to be necessary when memory settings could change across reboot but ever since the integration of DMC this is nolonger possible. Removing this simplifies the start/reboot locking David Scott
23:07 [Xen-API] [PATCH 0 of 4] Fix a deadlock found by stress testing David Scott
23:07 [Xen-API] [PATCH 2 of 4] CA-33707: fix bug where the xenstore watching code would fail with Xb EEXIST if the same path was in the watch list multiple times David Scott
12:49 [Xen-API] [PATCH] [rpc-light] Accept JSON string which contains UTF-XXX characters. Thomas Gazagnaire
09:58 [Xen-API] [PATCH] CA-35348: CLI call to update pack info Rob Hoes
09:57 Re: [Xen-API] Difference between Affinity and residenton filed of VMs Jonathan Knowles
06:17 [Xen-API] Difference between Affinity and residenton filed of VMs Gandhiraj Natarajan
04:34 [Xen-API] Get Resident VMs on Pool Gandhiraj Natarajan
December 09, 09
11:13 [Xen-API] [PATCH 3 of 3] imported patch xenstore-always-log-errors-which-are-not-enoent Thomas Gazagnaire
11:13 [Xen-API] [PATCH 1 of 3] [oxenstored] Use iso8601-like string format and GMT timezone in xenstored-access.log Thomas Gazagnaire
11:13 [Xen-API] [PATCH 2 of 3] [mq]: xenstore-do-not-log-enoent Thomas Gazagnaire
11:13 [Xen-API] [PATCH 0 of 3] [oxenstored] Improve some bits of logging Thomas Gazagnaire
December 08, 09
15:56 [Xen-API] [PATCH 1 of 3] [mq]: xapi-locallize-snapshot-with-quiesce-error-messages Thomas Gazagnaire
15:56 [Xen-API] [PATCH 3 of 3] [mq]: xapi-report-the-window-error-code-on-snapshot-with-quiesce-errors Thomas Gazagnaire
15:56 [Xen-API] [PATCH 2 of 3] imported patch xapi-use-the-new-error-messages-for-snapshot-with-quiesce Thomas Gazagnaire
15:55 [Xen-API] [PATCH 0 of 3] Improve the error reporting for snapshot-with-quiesce failures Thomas Gazagnaire
14:58 [Xen-API] [PATCH 1 of 3] CA-34933: For each host, cache the session used communicating within the pool Thomas Gazagnaire
14:57 [Xen-API] [PATCH 3 of 3] CA-34933: Do not GC sessions which are internal or which are used by pending tasks Thomas Gazagnaire
14:57 [Xen-API] [PATCH 2 of 3] CA-34933: link sessions and tasks in the datamodel in order to know whether a session is used Thomas Gazagnaire
14:57 [Xen-API] [PATCH 0 of 3] Never GC internal and/or active sessions. Thomas Gazagnaire
14:36 [Xen-API] [PATCH] CA-35467: Added FIST point to reduce period Rob Hoes
14:25 [Xen-API] [PATCH] CA-35467: Periodically probe license server after getting grace license Rob Hoes
14:24 [Xen-API] [PATCH] Move config-file related function into separate module Rob Hoes
14:24 [Xen-API] [PATCH] Split Xapi_periodic_scheduler into two parts Rob Hoes
14:13 RE: [Xen-API] Citrix XenCenter Web Stephen Spector
13:44 [Xen-API] Citrix XenCenter Web Ashok Basapur
December 07, 09
14:52 [Xen-API] [PATCH] CA-30393: block extauth-enable if there are duplicate hostnames in the pool Marcus Granado
December 06, 09
22:23 Re: [Xen-API] [PATCH] [ocamldoc] HTML pass-thru in ocamldoc Rob Hoes
22:12 RE: [Xen-API] [PATCH] [ocamldoc] HTML pass-thru in ocamldoc Dave Scott
December 05, 09
18:10 [Xen-API] [PATCH] [ocamldoc] HTML pass-thru in ocamldoc Rob Hoes
December 04, 09
17:06 [Xen-API] [PATCH] Increase the number of domain info structs returned per call from 2 to 100 David Scott
17:02 [Xen-API] [PATCH] Make an error message more specific David Scott
16:54 [Xen-API] Re: xen-api Digest, Vol 43, Issue 3 Larry Zou
16:36 [Xen-API] [PATCH] Stop pointless periodic logging in the ballooning daemon David Scott
16:35 [Xen-API] [PATCH] Fix race in memory-offset calibration code David Scott
16:33 [Xen-API] [PATCH] Increase speed of operations in the hypercall simulator David Scott
16:22 [Xen-API] RE: HVM traffic Dave Scott
15:53 [Xen-API] HVM traffic Seila Garcia
13:37 [Xen-API] [PATCH] [ocamldoc] Nicer display of types with polymorphic parameters Rob Hoes
December 03, 09
22:00 RE: [Xen-API] [PATCH] CA-30393: block extauth-enable if there are duplicate hostnames in the pool Dave Scott
18:15 [Xen-API] [PATCH] CA-30393: block extauth-enable if there are duplicate hostnames in the pool Marcus Granado
15:36 [Xen-API] [PATCH] CA-35556: audit-record should use action instead of permission name Marcus Granado
12:05 [Xen-API] Counting traffic on HVM guests Seila Garcia
December 02, 09
19:11 [Xen-API] [PATCH] CA-33235: add some debug msgs for timed-out sessions Marcus Granado
17:35 RE: [Xen-API] [PATCH] CA-35368: use unambiguous key-tag in permission Marcus Granado
17:28 [Xen-API] [PATCH] CA-34203: revert only root can call slave-local-login-with-password Marcus Granado
17:14 RE: [Xen-API] [PATCH] CA-35368: use unambiguous key-tag in permission Dave Scott
16:28 [Xen-API] [PATCH] [ocamldoc] Docs for remaining xapi licensing modules Rob Hoes
15:28 [Xen-API] [PATCH] [ocamldoc] Completed docs for all networking modules in xapi Rob Hoes
15:27 [Xen-API] [PATCH] [ocamldoc] Docs for the module handling the inventory file Rob Hoes
13:24 [Xen-API] [PATCH] CA-35368: use unambiguous key-tag in permission Marcus Granado
10:47 [Xen-API] WLB patch Javier Alvarez-Valle
December 01, 09
17:37 [Xen-API] HP openview/sim and Tivoli Aggarwal, Ajay
12:18 [Xen-API] [PATCH] CA-35368: add support for string-value keys Marcus Granado

Mail converted by MHonArc

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.