Displaying 6 results from an estimated 6 matches for "678923".
Did you mean:
378923
2012 Jun 25
4
Bug#678923: xcp-xapi: host-disable and host-reboot make host disable forever
Package: xcp-xapi
Version: 1.3.2-6
Severity: important
I done normal reboot:
xe host-disable host=this_host
xe host-reboot host=this_host
After reboot host stays in 'disable' state and when I've tried to make it enable I got:
xe host-enable uuid=ab523ee3-0546-5400-e2db-32f340292fff
The specified host is disabled and cannot be re-enabled until after it has rebooted.
host:
2012 Jul 03
0
Bug#678923: (no subject)
I was wrong, that bug persists in 1.3.2-7
I've recheck it on clean installation:
xe host-disable; xe host-reboot
After reboot do not enable host back and manual attempt is rejected:
xe host-enable uuid=6510efef-2063-b32c-2169-870bde43406a
The specified host is disabled and cannot be re-enabled until after it
has rebooted.
host: <unknown>
2012 Jul 03
4
Processed: your mail
Processing commands for control at bugs.debian.org:
> reopen 678923
Bug #678923 {Done: George Shuklin <george.shuklin at gmail.com>} [xcp-xapi] xcp-xapi: host-disable and host-reboot make host disable forever
Bug reopened
Ignoring request to alter fixed versions of bug #678923 to the same values previously set
>
End of message, stopping processing here.
P...
2012 Jun 30
0
Processed: sets some xcp-api bug severities
Processing commands for control at bugs.debian.org:
> severity 675052 normal
Bug #675052 [xcp-xapi] xcp-xapi: xe vm-memory-target-set does not write target to xenstore
Severity set to 'normal' from 'important'
> severity 678923 normal
Bug #678923 [xcp-xapi] xcp-xapi: host-disable and host-reboot make host disable forever
Severity set to 'normal' from 'important'
>
End of message, stopping processing here.
Please contact me if you need assistance.
--
675052: http://bugs.debian.org/cgi-bin/bugreport.cgi...
2012 Jul 08
0
xen-api_1.3.2-9_amd64.changes ACCEPTED into unstable
...init script now Should-Start: xcp-networkd (Closes: #680588).
* Fixes host-disable and host-reboot make host disable forever by adding the
'-onsystemboot' parameter when starting the xcp-xapi daemon. Thanks to
George Shuklin <george.shuklin at gmail.com>for the report (Closes: #678923).
* Checks if $1 = configure in debian/xcp-networkd.postinst, which as a side
effect is also repairing debconf choice (openvswitch was used no mater what).
* Added upstream fix for the firstboot.d folder problem (Closes: #680102).
Override entries for your package:
libxenapi-ocaml-dev_1.3.2...
2010 Feb 18
5
[PATCH] virtio-spec: document block CMD and FLUSH
I took a stub at documenting CMD and FLUSH request types in virtio
block. Christoph, could you look over this please?
I note that the interface seems full of warts to me,
this might be a first step to cleaning them.
One issue I struggled with especially is how type
field mixes bits and non-bit values. I ended up
simply defining all legal values, so that we have
CMD = 2, CMD_OUT = 3 and so on.