Xen API discussion (thread)
[Xen-API] RE: [Xen-users] Xen Cloud Platform disaster, Stephen Spector, 2009/12/24
- Re: [Xen-users] Xen Cloud Platform disaster, Outback Dingo, 2009/12/24
- [Xen-API] RE: [Xen-users] Xen Cloud Platform disaster, Dave Scott, 2009/12/24
- Re: [Xen-users] Xen Cloud Platform disaster, Outback Dingo, 2009/12/24
- [Xen-API] RE: [Xen-users] Xen Cloud Platform disaster, Dave Scott, 2009/12/29
- [Xen-API] Re: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January, Pasi Kärkkäinen, 2009/12/29
- [Xen-API] RE: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January, Dave Scott, 2009/12/29
- [Xen-API] Re: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January, Pasi Kärkkäinen, 2009/12/29
- Re: [Xen-API] RE: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January, Keith Coleman, 2009/12/29
- Re: [Xen-users] Xen Cloud Platform disaster / XCP fixes in January, Outback Dingo, 2009/12/29
[Xen-API] [PATCH 0 of 5] tidy up users of the forkhelpers code, David Scott, 2009/12/21
- [Xen-API] [PATCH 2 of 5] CA-33440: the 'getpid' function has moved into the stunnel module, David Scott, 2009/12/21
- [Xen-API] [PATCH 1 of 5] CA-33440: remove an instance of an unsafe direct fork/exec, David Scott, 2009/12/21
- [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, 2009/12/21
- [Xen-API] [PATCH 3 of 5] CA-33440: Remove an unnecessary reference to Forkhelpers.Nopid (allowing us to delte the value altogether), David Scott, 2009/12/21
- [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, 2009/12/21
[Xen-API] [PATCH 0 of 6] tidy up the forkhelpers code, add ocamldoc, David Scott, 2009/12/21
- [Xen-API] [PATCH 1 of 6] CA-33440: Remove some dead code, David Scott, 2009/12/21
- [Xen-API] [PATCH 4 of 6] CA-33440: remove some more unused functions from forkhelpers, David Scott, 2009/12/21
- [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, 2009/12/21
- [Xen-API] [PATCH 6 of 6] CA-33440: remove some unused arguments from execute_command_get_output, David Scott, 2009/12/21
- [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, 2009/12/21
- [Xen-API] [PATCH 5 of 6] CA-33440: add ocamldoc to forkhelpers.mli, David Scott, 2009/12/21
[Xen-API] [PATCH 0 of 6] Add a fork/exec daemon, David Scott, 2009/12/18
- [Xen-API] [PATCH 2 of 6] CA-33440: Add [-daemon] and [-pidfile] arguments to the fork/exec daemon, David Scott, 2009/12/18
- [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, 2009/12/18
- [Xen-API] [PATCH 4 of 6] CA-33440: Add an init.d script for the fork/exec daemon, David Scott, 2009/12/18
- [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, 2009/12/18
- [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, 2009/12/18
- [Xen-API] [PATCH 1 of 6] CA-33440: add a single-threaded fork/exec daemon to fork/exec on behalf of xapi, David Scott, 2009/12/18
[Xen-API] [PATCH 00 of 33] Rework interface reconfigure, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 01 of 33] interface-reconfigure: drop debug mode, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 02 of 33] interface-reconfigure: Rework log_pif_action to not abuse the pifrec dict, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 03 of 33] interface-reconfigure: drop default path from ConfigurationFile object, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 04 of 33] interface-reconfigure: Only include objects on the current host in the DatabaseCache, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 05 of 33] interface-reconfigure: Restrict the fields pulled from XenAPI into DatabaseCache, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 06 of 33] interface-reconfigure: Explicity cache database configuration in /var/xapi/network.dbcache, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 07 of 33] interface-reconfigure: Cleanup whitespace, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 08 of 33] interface-reconfigure: drop "--force all down", Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 09 of 33] interface-reconfigure: Reimplement forced rewrite, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 10 of 33] interface-reconfigure: Reformat some comments slightly, move logging function to top of file, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 11 of 33] interface-reconfigure: Add run_command utility to encapsulate os.spawnl usage, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 12 of 33] interface-reconfigure: Add pif_is_vlan utility function, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 13 of 33] interface-reconfigure: do not remove ifcfg files when unplugging a PIF, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 14 of 33] interface-reconfigure: Write DNSDEV to /etc/sysconfig/network, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 17 of 33] interface-reconfigure: Rename some functions to match vswitch version, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 15 of 33] interface-reconfigure: Various refactoring, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 18 of 33] interface-reconfigure: use the same other-config:ethtool-* and MTU as vswitch version, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 20 of 33] interface-reconfigure: add pif_is_bond(), Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 19 of 33] interface-reconfigure: further separate the concept of ipdev and datapath, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 21 of 33] interface-reconfigure: explicitly rename devices early, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 22 of 33] interface-reconfigure: move /etc/init.d/management-interface to this repository, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 23 of 33] interface-reconfigure: Do not try to bring down interfaces before forcing them up, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 24 of 33] interface-reconfigure: do not require a PIF for rewrite action, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 25 of 33] interface-reconfigure: Refactor the action_* methods, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 27 of 33] interface-reconfigure: Move bond and VLAN utilities to utility module, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 29 of 33] interface-reconfigure: Move ethtool and MTU setting utilities to module, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 28 of 33] interface-reconfigure: do not sort the result in pif_get_bond_slaves, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 26 of 33] interface-reconfigure: Move DatabaseCache object to utility module, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 31 of 33] interface-reconfigure: Improve error handling of if{up, down} if ifcfg, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 32 of 33] interface-reconfigure: Add license headers to new InterfaceReconfigure*.py, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 33 of 33] interface-reconfigure: vswitch: explicitly configure IP device MAC address, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 30 of 33] interface-reconfigure: move datapath configuration to module, Ian Campbell, 2009/12/18
- [Xen-API] [PATCH 16 of 33] interface-reconfigure: hang all configuration off of the ipdev, Ian Campbell, 2009/12/18
|
|