Activity
From 08/02/2011 to 08/31/2011
08/31/2011
- 06:33 pm Feature #849: snf-admin should be made as a simple web interface
- A first implementation has been submitted to the admin branch (visible at /admin). However we need a way to restrict ...
- 06:30 pm Revision 89ea9dbc: Add user deletion support
- Fixes #849
- Synnefo Release v0.5.5
- 06:02 pm Revision be261cae: Modify Changelog before tagging v0.5.5
- 05:59 pm Revision 3d1dffc0: Update README.upgrade
- 05:57 pm Revision 2ca1238a: Fix AMQP reconnection bug in snf-progress-monitor
- 05:47 pm Revision 4416efc0: Add metadata support in image tab
- Refs #849
- 05:40 pm Revision 628e0028: Fix debug output.
- 05:40 pm Pithos Revision 628e0028: Fix debug output.
- 05:34 pm Pithos Revision 038e0159: Fix shared listings.
- 05:34 pm Revision 038e0159: Fix shared listings.
- 05:19 pm Revision e88c0dbb: Added a single blank line
- 05:18 pm Revision 2c980c7e: Minor PEP8 fixes, minor fixes to tests
- 05:05 pm Revision c00e4507: Minor PEP8 fixes
- 05:01 pm snf-ganeti Revision 9cd534ab: Version bump for 2.5.0~beta3
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 05:01 pm ganeti-local Revision 9cd534ab: Version bump for 2.5.0~beta3
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 04:52 pm Revision 7ec9558b: Do not raise ValueError on ganeti-create-progress
- Do not raise a ValueError if an out-of-order
ganeti-create-progress notification is received. - 04:50 pm Bug #1033 (Closed): Revise logging mechanism - add logging support to the logic layer
- logic/backend.py needs to get a logger object, accessible from all the functions processing notifications from the Ga...
- 04:39 pm Revision 670a350a: Synchronouse sending of emails in invitation code
- 03:32 pm Revision 8490bf84: Add forgoten Ganeti op-status opcodes
- Refs: #1031
- 03:29 pm Revision 0230cd3a: Merge branch 'invitation-fixes' of https://code.grnet.gr/git/synnefo into invi...
- Conflicts:
logic/dispatcher.py - 03:21 pm Bug #1031 (Closed): Logic layer does not know about certain Ganeti opcodes
- The Ganeti following are not known to the ganeti-op-status processing code
OP_INSTANCE_REINSTALL
OP_INSTANCE_ACTI... - 02:29 pm Bug #1029: Non-transactional processing of requests
- General comment: there is no way to do ensure proper transaction handling across two independent systems, except if t...
- 01:58 pm snf-ganeti Revision 25993e57: cmdlib: Support for CPU pinning
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:58 pm ganeti-local Revision 25993e57: cmdlib: Support for CPU pinning
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:42 pm Bug #1027 (Feedback): Feedback form should not use send_async for sending mails
- 01:42 pm Bug #1027: Feedback form should not use send_async for sending mails
- fixed on commit:c90302a
- 01:39 pm Revision c90302ad: Replaced feedback form mail handler, Refs #1027
- Replaced send_async with django native send_mail
function. - 01:21 pm Bug #1029 (Closed): Non-transactional processing of requests
- It seems there are requests which do not get processed inside a transaction properly.
The following should be invest... - 01:08 pm Revision a0389a3a: Queue redeclaration notes
- 12:53 pm Revision 51b0ca27: Invitations UI improvements
- - new icons for sent/resent
- improved display for resent status messages (failed/succeded)
- minor js code refactoring - 12:53 pm Bug #1027 (Closed): Feedback form should not use send_async for sending mails
- Reasons:
- remove synnefo.logic (where send_async belongs) depedency in ui app
- allow error feedback even when q... - 12:42 pm snf-ganeti Revision 6499c5b8: Update design doc with cmd line description
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:42 pm ganeti-local Revision 6499c5b8: Update design doc with cmd line description
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:41 pm Revision f5c6e3f4: Add some Ganeti stats on admin home
- Refs #849
Refs #995 - 12:33 pm Revision 2bf8d695: Minor pep8 fixes to logic/dispatcher.py
- 12:13 pm Revision b43d44ad: backend components in SQLAlchemy: Progress III
- 12:13 pm Pithos Revision b43d44ad: backend components in SQLAlchemy: Progress III
- 12:11 pm Revision 633d9cfa: Convert msg routing keys to be prefixed by BACKEND_PREFIX_ID
- 12:05 pm Revision eee48215: Improve logging and error reporting in callbacks
- Add DEBUG-level logging and make exception reporting
more verbose in dispatcher callbacks. - 11:45 am Revision d28244af: Improve logging in logic/dispatcher.py
- * Include file-based logging in /var/log/synnefo/dispatcher.log
for the dispatcher in the default configuration.
... - 11:42 am snf-ganeti Revision ab5f0e96: Fix for auto parameters on import
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 11:42 am ganeti-local Revision ab5f0e96: Fix for auto parameters on import
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
08/30/2011
- 06:43 pm snf-ganeti Revision 83ea5145: Fix standalone module import check
- Turns out my attempts to get it work nicely with “make distcheck” broke
the detection and of course I only notice aft... - 06:43 pm ganeti-local Revision 83ea5145: Fix standalone module import check
- Turns out my attempts to get it work nicely with “make distcheck” broke
the detection and of course I only notice aft... - 06:43 pm snf-ganeti Revision 82888134: Makefile: Use $(LN_S) instead of “ln -s”
- Some platforms apparently don't support “ln -s”, otherwise Autoconf
wouldn't have AC_PROG_LN_S.
Signed-off-by: Micha... - 06:43 pm ganeti-local Revision 82888134: Makefile: Use $(LN_S) instead of “ln -s”
- Some platforms apparently don't support “ln -s”, otherwise Autoconf
wouldn't have AC_PROG_LN_S.
Signed-off-by: Micha... - 06:33 pm Revision 38126ea5: Add support for extdump Images
- 06:33 pm snf-ganeti Revision f6cbcc06: Add check for standalone modules' imports
- This check will abort if one of the standalone modules (currently
lib/rapi/client.py and tools/ganeti-listrunner) imp... - 06:33 pm ganeti-local Revision f6cbcc06: Add check for standalone modules' imports
- This check will abort if one of the standalone modules (currently
lib/rapi/client.py and tools/ganeti-listrunner) imp... - 06:09 pm Revision de6cf690: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 06:09 pm Pithos Revision de6cf690: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 04:49 pm Revision 60f5da1a: Add some simple stats on the admin home page
- Refs #995
- 04:15 pm Bug #1015: Users should be able to trigger a resend of their Invitations' mails
- On absence of our UI guru, I 've made a crude effort to implement the functionality in the UI, see revision commit:13...
- 04:11 pm Revision 13d86876: Resend invitation functionality in the UI
- 04:04 pm Revision 4ac7f421: Log exception while resending invitation
- 03:59 pm Ganeti Instance Image Revision e80710b6: Add support for extdump file format.
- This file format like ntfsdump is a direct raw partition dump.
- 02:16 pm Revision c919402e: Break strings in a Pythonic (not Javanese) way
- 02:15 pm Revision 05e404b8: Don't retry forever to reconnect
- 02:14 pm Revision 34e68f04: Error handling here adds nothing
- 02:01 pm ganeti-local Revision 17385bd2: Fixes to errors/warnings raised by pylint 0.24
- Running pylint 0.24.0 revealed 2 errors and 1 warning. Here is how I
fixed them:
* jqueue.py: silenced E1101
* netut... - 02:01 pm snf-ganeti Revision 17385bd2: Fixes to errors/warnings raised by pylint 0.24
- Running pylint 0.24.0 revealed 2 errors and 1 warning. Here is how I
fixed them:
* jqueue.py: silenced E1101
* netut... - 02:00 pm snf-ganeti Revision 21bf2e2e: PEP8 for QA
- - Makefile.am: added QA directory to the paths checked by pep8
- qa/: fixed the reported errors
- Makefile.am: also, ... - 02:00 pm ganeti-local Revision 21bf2e2e: PEP8 for QA
- - Makefile.am: added QA directory to the paths checked by pep8
- qa/: fixed the reported errors
- Makefile.am: also, ... - 12:38 pm Pithos MacOS Client Revision 4f8c10e7: Merge branch 'master' of https://code.grnet.gr/git/pithos-macos
- 12:34 pm ganeti-local Revision 6eedd356: listrunner: Allow passing of arguments to executable
- This wasn't possible until now.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ul... - 12:34 pm snf-ganeti Revision 6eedd356: listrunner: Allow passing of arguments to executable
- This wasn't possible until now.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ul... - 11:24 am snf-ganeti Revision b459a848: DeprecationWarning fixes for pylint
- In version 0.21, pylint unified all the disable-* (and enable-*)
directives to disable (resp. enable). This leads to ... - 11:24 am ganeti-local Revision b459a848: DeprecationWarning fixes for pylint
- In version 0.21, pylint unified all the disable-* (and enable-*)
directives to disable (resp. enable). This leads to ...
08/29/2011
- 07:58 pm Pithos MacOS Client Revision b6f55050: Updated bytes transformers for showing human readable size.
- 06:37 pm snf-ganeti Revision 2c094917: listrunner: Replace str.split with library functions
- - str.split("/").pop() should be os.path.basename
- str.split("\n") should be str.splitlines()
Signed-off-by: Michae... - 06:37 pm ganeti-local Revision 2c094917: listrunner: Replace str.split with library functions
- - str.split("/").pop() should be os.path.basename
- str.split("\n") should be str.splitlines()
Signed-off-by: Michae... - 04:52 pm Bug #1015: Users should be able to trigger a resend of their Invitations' mails
- The logic layer code to perform this operation is in since revision commit:4f8e7c6dbf3f01 UI and admin tool work rema...
- 04:49 pm Revision e26fb12b: Revert change to AAI_SKIP_LIST
- 04:14 pm Ganeti Instance Image Revision 841111f0: Change long if/else with case
- This makes the code more readable.
- 12:20 pm ganeti-local Revision ccf5dcf5: Minor updates and fixes to CPU pinning design doc
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:20 pm snf-ganeti Revision ccf5dcf5: Minor updates and fixes to CPU pinning design doc
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 10:37 am Revision 190ac01d: A bit more well defined error messages
08/28/2011
- 11:53 pm Revision 1f06d8ff: Initial import of the admin web interface
- Refs #849
08/26/2011
- 05:53 pm ganeti-local Revision 72ce3463: Merge branch 'devel-2.4' into devel-2.5
- Conflicts:
NEWS (trivial)
configure.ac (trivial)
daemons/ensure-dirs.in (deleted)
Signed-off-by: René Nussbaumer ... - 05:53 pm snf-ganeti Revision 72ce3463: Merge branch 'devel-2.4' into devel-2.5
- Conflicts:
NEWS (trivial)
configure.ac (trivial)
daemons/ensure-dirs.in (deleted)
Signed-off-by: René Nussbaumer ... - 05:33 pm ganeti-local Revision fe00ccef: Merge branch 'devel-2.5'
- * devel-2.5:
Delete master IPs from mergee master nodes
Use pep8 utility in “make lint”
Two more PEP8 fixes
c... - 05:33 pm snf-ganeti Revision fe00ccef: Merge branch 'devel-2.5'
- * devel-2.5:
Delete master IPs from mergee master nodes
Use pep8 utility in “make lint”
Two more PEP8 fixes
c... - 03:53 pm snf-ganeti Revision e4a48c7b: utils: Fix UnescapeAndSplit parsing bug
- If a value passed to UnescapeAndSplit ended with a backslash an
exception would be raised:
$ gnt-instance modify -H ... - 03:53 pm ganeti-local Revision e4a48c7b: utils: Fix UnescapeAndSplit parsing bug
- If a value passed to UnescapeAndSplit ended with a backslash an
exception would be raised:
$ gnt-instance modify -H ... - 03:03 pm ganeti-local Revision b972c223: Delete master IPs from mergee master nodes
- Added a step in cluster-merge that removes the cluster IP from the
master node of the mergee clusters.
Signed-off-by... - 03:03 pm snf-ganeti Revision b972c223: Delete master IPs from mergee master nodes
- Added a step in cluster-merge that removes the cluster IP from the
master node of the mergee clusters.
Signed-off-by... - 02:57 pm snf-ganeti Revision 08366664: Use pep8 utility in “make lint”
- This utility checks whether the code conforms to PEP8. Some checks had
to be disabled for Ganeti.
Signed-off-by: Mic... - 02:57 pm ganeti-local Revision 08366664: Use pep8 utility in “make lint”
- This utility checks whether the code conforms to PEP8. Some checks had
to be disabled for Ganeti.
Signed-off-by: Mic... - 02:57 pm ganeti-local Revision 8e47b5da: Two more PEP8 fixes
- cmdlib: Avoid wrapping using backslash
gnt_group: Avoid ** magic using keyword arguments (the “pep8” tool
doesn't li... - 02:57 pm snf-ganeti Revision 8e47b5da: Two more PEP8 fixes
- cmdlib: Avoid wrapping using backslash
gnt_group: Avoid ** magic using keyword arguments (the “pep8” tool
doesn't li...
08/25/2011
- 04:37 pm ganeti-local Revision 674711de: check-python-code: Give location(s) of lines longer than 80 chars
- Until now it would only say that there was a line longer than 80
characters, but not where.
Signed-off-by: Michael H... - 04:37 pm snf-ganeti Revision 674711de: check-python-code: Give location(s) of lines longer than 80 chars
- Until now it would only say that there was a line longer than 80
characters, but not where.
Signed-off-by: Michael H... - 04:31 pm snf-ganeti Revision c4708267: hv_xen: Support for CPU pinning
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: ... - 04:31 pm ganeti-local Revision c4708267: hv_xen: Support for CPU pinning
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: ... - 02:13 pm ganeti-local Revision 8913ab40: Merge branch 'devel-2.5'
- * devel-2.5: (32 commits)
PEP8 style fixes
Wrap a few long lines
listrunner: Avoid exception if machine is rebo... - 02:13 pm snf-ganeti Revision 8913ab40: Merge branch 'devel-2.5'
- * devel-2.5: (32 commits)
PEP8 style fixes
Wrap a few long lines
listrunner: Avoid exception if machine is rebo... - 01:53 pm snf-ganeti Revision e687ec01: PEP8 style fixes
- Identified using the “pep8” utility.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <... - 01:53 pm ganeti-local Revision e687ec01: PEP8 style fixes
- Identified using the “pep8” utility.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <... - 01:50 pm snf-ganeti Revision a7f884d3: hv_kvm: initial support for CPU pinning
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:50 pm ganeti-local Revision a7f884d3: hv_kvm: initial support for CPU pinning
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:49 pm snf-ganeti Revision b9511385: hv_base: Support for multiple CPU mask
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:49 pm ganeti-local Revision b9511385: hv_base: Support for multiple CPU mask
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:49 pm ganeti-local Revision 538ca33a: Added function for parsing multiple CPU pinning mask
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:49 pm snf-ganeti Revision 538ca33a: Added function for parsing multiple CPU pinning mask
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:49 pm snf-ganeti Revision 7e7629c6: Adding CPU pinning constants
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:49 pm ganeti-local Revision 7e7629c6: Adding CPU pinning constants
- Signed-off-by: Tsachy Shacham <tsachy@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
08/24/2011
- 09:38 pm Pithos MS Client Revision 79736291: Extracted Authentication URL to application settings
- 08:28 pm Pithos MS Client Revision 46ad0586: Fixed target platform form some of the setup modules
- 08:25 pm Pithos MS Client Revision 3c43ec9b: Added Tag storage
- DB storage in AppData
- 05:41 pm Bug #1021 (Closed): The reconcilation mechanism must be overhauled
- The reconciliation mechanism must be overhauled.
Currently it seems to fail:... - 05:34 pm ganeti-local Revision b7bf8b58: Wrap a few long lines
- Had to break it as well, today! ;)
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselma... - 05:34 pm snf-ganeti Revision b7bf8b58: Wrap a few long lines
- Had to break it as well, today! ;)
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselma... - 05:32 pm ganeti-local Revision e8448672: Allow importing instance with full auto parameters
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 05:32 pm snf-ganeti Revision e8448672: Allow importing instance with full auto parameters
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 02:06 pm Pithos MS Client Revision 0d0f6837: Renamed Pithos.Setup to Pithos.Setup.x64
- 01:25 pm Bug #1017 (Closed): "Broken pipe" exception thrown when trying to post message to AMQP
- Applied in changeset commit:"29053267cf43bca97081b94b4d6ac82d1c33b5cf".
- 01:23 pm Revision 29053267: Force the connection obj to re-initialize on error
- When an error occurs to the AMQP connection, the code will automatically
attempt to re-establish the connection. Befo... - 01:12 pm ganeti-local Revision 45fe090b: Disk template is no longer required when importing instance
- … provided that disk_template value is set in the config.ini file.
Signed-off-by: Agata Murawska <agatamurawska@goog... - 01:12 pm snf-ganeti Revision 45fe090b: Disk template is no longer required when importing instance
- … provided that disk_template value is set in the config.ini file.
Signed-off-by: Agata Murawska <agatamurawska@goog... - 01:04 pm ganeti-local Revision 3db199ea: bash completion: Shorten function names
- This saves another 5 kB from the generated script. An old debug comment
written to the generated output is also remov... - 01:04 pm snf-ganeti Revision 3db199ea: bash completion: Shorten function names
- This saves another 5 kB from the generated script. An old debug comment
written to the generated output is also remov... - 12:52 pm Bug #1017: "Broken pipe" exception thrown when trying to post message to AMQP
- Celery ticket 354 mentions this has been fixed on their master.
I could find the following relevant commit:
https:/... - 12:40 pm Bug #1019 (Closed): "Add invitation", remove invitation button do not appear clickable
- The "Add invitation" and remove invitation buttons do not appear as links, i.e. the mouse pointer does not change to ...
- 12:16 pm ganeti-local Revision 6bc1c168: listrunner: Avoid exception if machine is rebooted
- Handle exceptions gracefully when trying to read the command's output.
Signed-off-by: Michael Hanselmann <hansmi@goo... - 12:16 pm snf-ganeti Revision 6bc1c168: listrunner: Avoid exception if machine is rebooted
- Handle exceptions gracefully when trying to read the command's output.
Signed-off-by: Michael Hanselmann <hansmi@goo...
08/23/2011
- 07:44 pm Bug #1017: "Broken pipe" exception thrown when trying to post message to AMQP
- > JFYI, celery uses kombu and kombu can use amqplib and in fact it does in those specific examples. If you look more ...
- 07:33 pm Bug #1017: "Broken pipe" exception thrown when trying to post message to AMQP
- JFYI, celery uses kombu and kombu can use amqplib and in fact it does in those specific examples. If you look more cl...
- 06:57 pm Bug #1017: "Broken pipe" exception thrown when trying to post message to AMQP
- I don't think that the problems reported in the two links you have posted bear any resemblance to this, because:
-... - 06:52 pm Pithos MS Client Revision 283809f3: Changes in PithosMonitor and StatusKeeper to detect concurrent changes
- Added x64 setup program
- 05:04 pm Bug #1017 (Closed): "Broken pipe" exception thrown when trying to post message to AMQP
- The code handling feedback submission tries to post a message to the AMQP queue
and throws a "Broken pipe" exception... - 02:39 pm snf-ganeti Revision 7f4d4cf0: Remove wrong type declaration from option
- Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Andrea Spadaccini <spadaccio@google.com> - 02:39 pm ganeti-local Revision 7f4d4cf0: Remove wrong type declaration from option
- Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Andrea Spadaccini <spadaccio@google.com> - 02:36 pm Revision f81d0548: Initial work in UI to support resending invitations
- 02:36 pm Revision 4f8e7c6d: API method and test to resend invitations
- 02:22 pm snf-ganeti Revision 006a51b3: Fix wrong method name in cluster-merge
- Fixed a wrong method name in the last patch.
Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Mi... - 02:22 pm ganeti-local Revision 006a51b3: Fix wrong method name in cluster-merge
- Fixed a wrong method name in the last patch.
Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Mi... - 01:59 pm snf-ganeti Revision c71d2178: Version bump 2.4.4
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:59 pm ganeti-local Revision c71d2178: Version bump 2.4.4
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:51 pm ganeti-local Revision b3f287c8: Fix --skip-stop-instances help message
- Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:51 pm snf-ganeti Revision b3f287c8: Fix --skip-stop-instances help message
- Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:46 pm ganeti-local Revision 1fb5f905: cluster-merge: Add the --skip-stop-instances opt
- This option allows to do a check for running instances on the mergee
clusters instead of stopping them.
Signed-off-b... - 12:46 pm snf-ganeti Revision 1fb5f905: cluster-merge: Add the --skip-stop-instances opt
- This option allows to do a check for running instances on the mergee
clusters instead of stopping them.
Signed-off-b... - 12:27 pm snf-ganeti Revision ac9b996d: Update NEWS file
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:27 pm ganeti-local Revision ac9b996d: Update NEWS file
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:12 pm ganeti-local Revision 82461fad: Documentation fix for importing with --src-dir option
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
(cherry ... - 12:12 pm snf-ganeti Revision 82461fad: Documentation fix for importing with --src-dir option
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
(cherry ... - 12:08 pm snf-ganeti Revision 8b046709: Adding missing test data for commit 7a380ddfc
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:08 pm ganeti-local Revision 8b046709: Adding missing test data for commit 7a380ddfc
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 12:01 pm snf-ganeti Revision 7a380ddf: Fix a parsing issue with DRBD 8.3.11 in the Linux Kernel
- In the Linux kernel commit 4b0715f096 introduced a display bug into
/proc/drbd which broke our regex.
The bug was fi... - 12:01 pm ganeti-local Revision 7a380ddf: Fix a parsing issue with DRBD 8.3.11 in the Linux Kernel
- In the Linux kernel commit 4b0715f096 introduced a display bug into
/proc/drbd which broke our regex.
The bug was fi... - 11:04 am Revision ecb4680f: A bit more careful error handling
- ... in case of an unknown error. Also, correct delete invitation invocation
- 11:03 am Revision ee60bb36: Check the type of the invitation object to be deleted
- 11:00 am Revision 137523b0: Verbose exception in case of email queuing error
- 10:44 am Revision 747164f3: Test for the remove invitation method
08/22/2011
- 08:11 pm Pithos MS Client Revision 426f53b8: Added Setup project
- 07:43 pm Pithos MS Client Revision 0050438e: Added Tags retrieval
- 06:46 pm ganeti-local Revision 5f01e6ad: watcher: Wait for child processes by default
- This patch retains the behaviour of ganeti-watcher in previous Ganeti
versions.
Signed-off-by: Michael Hanselmann <h... - 06:46 pm snf-ganeti Revision 5f01e6ad: watcher: Wait for child processes by default
- This patch retains the behaviour of ganeti-watcher in previous Ganeti
versions.
Signed-off-by: Michael Hanselmann <h... - 06:00 pm Pithos MS Client Revision 0eea575a: Added hammock project to debug streaming issues
- Added latest Castle Activerecord version to target ClientProfile
Modified StatusKeeper.cs to overcome SQLite synch is... - 04:40 pm Revision 847a3ecf: Remove invitation when there is an error adding it
- 04:07 pm Revision ada3343a: Lots of automated testing for the invitation code
- 04:06 pm Revision 73d6073f: Update the auth token expiration date on login.
- The change will update the auth token expiration date for a user, up until his invitation expiration date.
- 04:03 pm Revision 03caa5bf: Method to set the auth token expiration programmatically
- 03:59 pm Revision e8fe75a8: Refactor invitation URL encode method
- Extract code refactoring for the routine that encodes the user's auth-token to a URL. Used in testing.
- 12:53 pm Bug #1015 (Assigned): Users should be able to trigger a resend of their Invitations' mails
- 12:30 pm Bug #1015 (Closed): Users should be able to trigger a resend of their Invitations' mails
- Mails get lost, deleted or end up in spam folders all the time. As it is, users can't resend the invitation mail to t...
- 12:24 pm ganeti-local Revision ecaf0a9c: Update release date in NEWS for 2.5.0~beta2
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 12:24 pm snf-ganeti Revision ecaf0a9c: Update release date in NEWS for 2.5.0~beta2
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
08/21/2011
- 04:47 pm snf-ganeti Revision d47319e2: Transform node readd exceptions into just errors
- We are after the point of no return, no point in failing everything
because a node failed to readd. Better to just re... - 04:47 pm snf-ganeti Revision 3e22caed: Offline node when adding it to a merged cluster
- Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 04:47 pm snf-ganeti Revision 07ff0a78: Allow retrying commands in cluster-merge
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-... - 04:47 pm ganeti-local Revision 3e22caed: Offline node when adding it to a merged cluster
- Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 04:47 pm ganeti-local Revision d47319e2: Transform node readd exceptions into just errors
- We are after the point of no return, no point in failing everything
because a node failed to readd. Better to just re... - 04:47 pm snf-ganeti Revision cc2cccfc: Add a TODO on the VerifyCluster option
- Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 04:47 pm ganeti-local Revision 07ff0a78: Allow retrying commands in cluster-merge
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-... - 04:47 pm ganeti-local Revision 503cc75f: Try 3 times before giving up on per-node commands
- When contacting lots of nodes some may fail. Give it a couple more
chances before giving up on them.
Possible future... - 04:47 pm snf-ganeti Revision 503cc75f: Try 3 times before giving up on per-node commands
- When contacting lots of nodes some may fail. Give it a couple more
chances before giving up on them.
Possible future... - 04:47 pm ganeti-local Revision cc2cccfc: Add a TODO on the VerifyCluster option
- Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:24 pm Pithos MS Client Revision b5061ac8: -
08/19/2011
- 06:55 pm Pithos Web Client Revision 6d8e0f58: Preliminary impl of others shared
- 06:55 pm Pithos Revision eee732d5: Preliminary impl of others shared
- 06:55 pm Revision eee732d5: Preliminary impl of others shared
- 05:56 pm snf-ganeti Revision 669afd8a: Bump version to 2.5.0~beta2
- Also update NEWS file.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.... - 05:56 pm ganeti-local Revision 669afd8a: Bump version to 2.5.0~beta2
- Also update NEWS file.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.... - 05:55 pm snf-ganeti Revision b6d02fa9: sphinx_ext: workaround epydoc warning
- Similar to commit c29e35f, this works around epydoc breakage by
aliasing the module. Makes 'apidoc' pass again on my ... - 05:55 pm ganeti-local Revision b6d02fa9: sphinx_ext: workaround epydoc warning
- Similar to commit c29e35f, this works around epydoc breakage by
aliasing the module. Makes 'apidoc' pass again on my ... - 05:51 pm snf-ganeti Revision c6b1c8ef: check-news: Show per-file line number
- … not the global line number.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn... - 05:51 pm ganeti-local Revision c6b1c8ef: check-news: Show per-file line number
- … not the global line number.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn... - 05:51 pm snf-ganeti Revision f299ca21: Unify some file headers
- Remove unnecessary commas, add empty lines where necessary to make them
consistent.
I'm working on a script to check... - 05:51 pm ganeti-local Revision f299ca21: Unify some file headers
- Remove unnecessary commas, add empty lines where necessary to make them
consistent.
I'm working on a script to check... - 05:51 pm snf-ganeti Revision 64ea845e: Makefile: Add design-ovf-support to list of doc files
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 05:51 pm ganeti-local Revision 64ea845e: Makefile: Add design-ovf-support to list of doc files
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 05:16 pm Pithos Revision 3331e8d8: Implemented MyShared tree (still pending server support)
- 05:16 pm Pithos Web Client Revision 105b4e49: Implemented MyShared tree (still pending server support)
- 05:16 pm Revision 3331e8d8: Implemented MyShared tree (still pending server support)
- 04:25 pm ganeti-local Revision a95f19d7: ensure-dirs: Fix epydoc error
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 04:25 pm snf-ganeti Revision a95f19d7: ensure-dirs: Fix epydoc error
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 04:23 pm snf-ganeti Revision b7d7876b: Documentation fix for importing with --src-dir option
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 04:23 pm ganeti-local Revision b7d7876b: Documentation fix for importing with --src-dir option
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 03:14 pm ganeti-local Revision b33cad4a: bash completion: Group commands by arguments and options
- This grouping, which was a TODO for a long time, reduces the script size
by about 5kB.
Signed-off-by: Michael Hansel... - 03:14 pm snf-ganeti Revision b33cad4a: bash completion: Group commands by arguments and options
- This grouping, which was a TODO for a long time, reduces the script size
by about 5kB.
Signed-off-by: Michael Hansel... - 03:14 pm snf-ganeti Revision 49283373: Check option name format when building bash completion
- This is just a style check. Option names should be consistent. Since all
of them go through the “build-bash-completio... - 03:14 pm ganeti-local Revision 49283373: Check option name format when building bash completion
- This is just a style check. Option names should be consistent. Since all
of them go through the “build-bash-completio... - 03:11 pm ganeti-local Revision c3f54085: ensure-dirs: Check mode and owner before changing
- This avoids many calls to chmod(2) and chown(2), and thereby ctime
updates.
Since I had to update the unittests anyw... - 03:11 pm snf-ganeti Revision c3f54085: ensure-dirs: Check mode and owner before changing
- This avoids many calls to chmod(2) and chown(2), and thereby ctime
updates.
Since I had to update the unittests anyw... - 03:11 pm snf-ganeti Revision d00a730d: ensure-dirs: Refine error handling on stat(2)
- The “_stat_fn” function is renamed to “_lstat_fn” to reflect its
function. The try/except block just wraps calling ls... - 03:11 pm ganeti-local Revision d00a730d: ensure-dirs: Refine error handling on stat(2)
- The “_stat_fn” function is renamed to “_lstat_fn” to reflect its
function. The try/except block just wraps calling ls... - 03:11 pm snf-ganeti Revision 297657a2: ensure-dirs: Change wording of some messages
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 03:11 pm ganeti-local Revision 297657a2: ensure-dirs: Change wording of some messages
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 03:11 pm snf-ganeti Revision 961226f6: ensure-dirs: Implement debug logging
- There was no logging at all.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@... - 03:11 pm ganeti-local Revision 961226f6: ensure-dirs: Implement debug logging
- There was no logging at all.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@... - 03:11 pm ganeti-local Revision cb66225d: ensure-dirs: Set permissions on job files in queue
- This was a regression from 2.4.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <... - 03:11 pm snf-ganeti Revision cb66225d: ensure-dirs: Set permissions on job files in queue
- This was a regression from 2.4.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <... - 02:36 pm ganeti-local Revision de5f8826: ensure-dirs: Fix a bug with queue/archive permissions
- While it sets the permission on all files in queue/archive accordingly
it doesn't do so for the created archive direc... - 02:36 pm snf-ganeti Revision de5f8826: ensure-dirs: Fix a bug with queue/archive permissions
- While it sets the permission on all files in queue/archive accordingly
it doesn't do so for the created archive direc... - 11:28 am snf-ganeti Revision 247ee81f: ensure-dirs: Set permissions on queue lock file
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 11:28 am ganeti-local Revision 247ee81f: ensure-dirs: Set permissions on queue lock file
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
08/18/2011
- 11:11 pm Pithos MS Client Revision 5bcf6d70: Added named pipes comm between client and shell extensions
- Fixed SQLite compatibility problems. File status now retrieved from SQLite.
Updated Hammock library version, replaced...
08/17/2011
- 06:27 pm Pithos Web Client Revision bbdd34ef: CSS changes
- 06:27 pm Pithos Revision 0ae83d19: CSS changes
- 06:27 pm Revision 0ae83d19: CSS changes
- 05:57 pm snf-ganeti Revision cd57bab6: ensure-dirs: Set correct permissions on ssconf files
- The files should be 0444, not 0400. This was a regression from 2.4.
Signed-off-by: Michael Hanselmann <hansmi@google... - 05:57 pm ganeti-local Revision cd57bab6: ensure-dirs: Set correct permissions on ssconf files
- The files should be 0444, not 0400. This was a regression from 2.4.
Signed-off-by: Michael Hanselmann <hansmi@google... - 05:57 pm snf-ganeti Revision 66a66fa7: cfgupgrade: Add confirmation message
- A message will be given instead of just dropping the user back to the
prompt in case of a successful upgrade.
[…]
do... - 05:57 pm ganeti-local Revision 66a66fa7: cfgupgrade: Add confirmation message
- A message will be given instead of just dropping the user back to the
prompt in case of a successful upgrade.
[…]
do... - 04:29 pm Pithos MacOS Client Revision 2d9996a2: Initial implementation of object info window.
- Other changes.
- 04:27 pm snf-ganeti Revision 562468d6: Get rid of {disk,nic}_count variables
- This also fixes an issue if "disk_template = diskless" and no
"disk_count" was specified, while doing an import of sa... - 04:27 pm ganeti-local Revision 562468d6: Get rid of {disk,nic}_count variables
- This also fixes an issue if "disk_template = diskless" and no
"disk_count" was specified, while doing an import of sa...
08/16/2011
- 05:03 pm Pithos MS Client Revision eeee29e3: Added SQLite status storage
- Extensions and Core communicate using WCF/Named Pipes
- 05:01 pm Pithos MS Client Revision 9bae55d1: Added WPF client based on Caliburn.Micro
- 01:08 pm Pithos Revision f727d278: Fixed a broken path in build.xml
- 01:08 pm Revision f727d278: Fixed a broken path in build.xml
- 01:08 pm Pithos Web Client Revision d0596237: Fixed a broken path in build.xml
08/15/2011
- 06:46 pm ganeti-local Revision b845c8a1: Handle network interfaces without IPs
- If the user specified a network interface with no IPs, he would receive
an unhelpful "list index out of range" error.... - 06:46 pm snf-ganeti Revision b845c8a1: Handle network interfaces without IPs
- If the user specified a network interface with no IPs, he would receive
an unhelpful "list index out of range" error.... - 06:46 pm ganeti-local Revision 11ae7a0a: Fixed potential unreferenced variable usage
- I noticed a path in the code that would use spice_ip_version even if
it was not initialized. This patch fixes it.
Si... - 06:46 pm snf-ganeti Revision 11ae7a0a: Fixed potential unreferenced variable usage
- I noticed a path in the code that would use spice_ip_version even if
it was not initialized. This patch fixes it.
Si... - 01:14 am Pithos MacOS Client Revision 4bf68b77: Loading all account containers.
- If 'pithos' and 'trash' don't exist, an attempt is done to create them.
Other minor changes and fixes.
08/14/2011
- 08:20 pm Pithos MacOS Client Revision 589a14ca: Created status bar icon with menu.
- Initial implementation of preferences window.
Moved authentication to app delegate and preferences. - 02:38 pm Pithos MacOS Client Revision 605c8932: Improved refresh mechanism.
- Other minor fixes and changes.
08/12/2011
- 06:26 pm snf-ganeti Revision 3ef02bec: Added documentation for gnt-instance remove --force in the man page
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 06:26 pm ganeti-local Revision 3ef02bec: Added documentation for gnt-instance remove --force in the man page
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 06:08 pm snf-ganeti Revision c7570029: Added documentation for SPICE options in the gnt-instance man page
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 06:08 pm snf-ganeti Revision b1cb62bd: Added basic support for SPICE
- Implemented the following parameters:
- spice_bind
- spice_ip_version
Signed-off-by: Andrea Spadaccini <spadaccio@go... - 06:08 pm ganeti-local Revision c7570029: Added documentation for SPICE options in the gnt-instance man page
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 06:08 pm ganeti-local Revision b1cb62bd: Added basic support for SPICE
- Implemented the following parameters:
- spice_bind
- spice_ip_version
Signed-off-by: Andrea Spadaccini <spadaccio@go... - 06:08 pm ganeti-local Revision 52b72e8e: NEWS: Add release date for 2.5.1~beta1
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 06:08 pm snf-ganeti Revision 52b72e8e: NEWS: Add release date for 2.5.1~beta1
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 05:31 pm Revision 6c7688cc: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 05:31 pm Pithos Revision 6c7688cc: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 05:25 pm Pithos Revision 18266c93: backend components in SQLAlchemy: Progress IΙ
- 05:25 pm Revision 18266c93: backend components in SQLAlchemy: Progress IΙ
- 04:52 pm snf-ganeti Revision ebe6cf38: Fix exit code of “gnt-cluster verify”
- With commit fcad7225e3fc4 LU-generated jobs are used, but the
exit code must still be backwards-compatible.
Signed-o... - 04:52 pm ganeti-local Revision ebe6cf38: Fix exit code of “gnt-cluster verify”
- With commit fcad7225e3fc4 LU-generated jobs are used, but the
exit code must still be backwards-compatible.
Signed-o... - 04:47 pm snf-ganeti Revision 42539276: Update NEWS for 2.5
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 04:47 pm ganeti-local Revision 42539276: Update NEWS for 2.5
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 04:43 pm snf-ganeti Revision 905108ab: Small improvements for cluster verify
- - Check if BGL is actually owned
- Show group name as feedback
Signed-off-by: Michael Hanselmann <hansmi@google.com>... - 04:43 pm ganeti-local Revision 905108ab: Small improvements for cluster verify
- - Check if BGL is actually owned
- Show group name as feedback
Signed-off-by: Michael Hanselmann <hansmi@google.com>... - 04:07 pm Pithos Web Client Revision a33428e4: Cosmetic changes
- 04:07 pm Pithos Revision ab7e0d92: Cosmetic changes
- 04:07 pm Revision ab7e0d92: Cosmetic changes
- 03:52 pm snf-ganeti Revision 5bfb1134: watcher: Use locks when querying for resource information
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 03:52 pm ganeti-local Revision 5bfb1134: watcher: Use locks when querying for resource information
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 03:52 pm snf-ganeti Revision ee13764f: Allow locking to be used via OpQuery
- The original design for query2 specifically excluded locking, but now
it's turned out that it would be a good thing t... - 03:52 pm ganeti-local Revision ee13764f: Allow locking to be used via OpQuery
- The original design for query2 specifically excluded locking, but now
it's turned out that it would be a good thing t... - 03:49 pm snf-ganeti Revision 7859261b: Document job results for RAPI where possible
- Some opcodes aren't documented yet.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaum... - 03:49 pm ganeti-local Revision 7859261b: Document job results for RAPI where possible
- Some opcodes aren't documented yet.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaum... - 03:49 pm ganeti-local Revision 1456df62: opcodes: Add more result checks, add some comments
- Some of these will be used by the RAPI documentation.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed... - 03:49 pm snf-ganeti Revision 1456df62: opcodes: Add more result checks, add some comments
- Some of these will be used by the RAPI documentation.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed... - 03:49 pm ganeti-local Revision f96c51a0: sphinx_ext: Allow documenting opcode results
- Will be used by RAPI documentation.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaum... - 03:49 pm snf-ganeti Revision f96c51a0: sphinx_ext: Allow documenting opcode results
- Will be used by RAPI documentation.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaum... - 03:49 pm ganeti-local Revision 9eec6d67: ht: Allow adding comment to type descriptions
- This will be used to add some more details to type descriptions, e.g. on
opcode parameters or result values. The impl... - 03:49 pm snf-ganeti Revision 9eec6d67: ht: Allow adding comment to type descriptions
- This will be used to add some more details to type descriptions, e.g. on
opcode parameters or result values. The impl... - 03:41 pm Revision 767d44ac: Update upgrade notes
- 03:14 pm Feature #847 (Feedback): Support a list of UI-specific metadata keys to be copied from Image to n...
- 03:14 pm Feature #847: Support a list of UI-specific metadata keys to be copied from Image to newly-create...
- Added a new setting to specify the image metadata keys that should be cloned to the virtual machine instance on its c...
- 03:13 pm Revision bcd451ea: Clone specified image metadata on vm creation, Refs #847
- 03:12 pm snf-ganeti Revision bdfd7802: Clarify job ID-related type checks, add unittests
- Instead of a rather complicated expression only “JobId” is output. Job
ID lists (like generated by “SubmitManyJobs”) ... - 03:12 pm ganeti-local Revision bdfd7802: Clarify job ID-related type checks, add unittests
- Instead of a rather complicated expression only “JobId” is output. Job
ID lists (like generated by “SubmitManyJobs”) ... - 03:12 pm ganeti-local Revision f7686867: Change OpClusterVerifyConfig's result, verify results
- This patch removes the list of node groups (not used anymore since
commit fcad7225e3fc) from OpClusterVerifyConfig's ... - 03:12 pm snf-ganeti Revision f7686867: Change OpClusterVerifyConfig's result, verify results
- This patch removes the list of node groups (not used anymore since
commit fcad7225e3fc) from OpClusterVerifyConfig's ... - 02:14 pm ganeti-local Revision e5d1d1b5: Fixed error in Makefile.am, changing spaces with tabs
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 02:14 pm snf-ganeti Revision e5d1d1b5: Fixed error in Makefile.am, changing spaces with tabs
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:39 pm snf-ganeti Revision ca6b7e09: Added the test data files for netutils to Makefile.am
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com> - 01:39 pm ganeti-local Revision ca6b7e09: Added the test data files for netutils to Makefile.am
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com> - 01:32 pm Pithos MacOS Client Revision 63db4b97: Minor changes.
- 12:02 pm snf-ganeti Revision fcad7225: Use LU-generated jobs for verifying cluster
- This patch moves the logic for verifying the various node groups in a
cluster into the master daemon. Job dependencie... - 12:02 pm ganeti-local Revision fcad7225: Use LU-generated jobs for verifying cluster
- This patch moves the logic for verifying the various node groups in a
cluster into the master daemon. Job dependencie... - 12:02 pm ganeti-local Revision 57106b74: opcodes: Use variables for verification parameters
- Just some cleanup before the 2.5 release.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin ... - 12:02 pm snf-ganeti Revision 57106b74: opcodes: Use variables for verification parameters
- Just some cleanup before the 2.5 release.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin ... - 12:01 pm snf-ganeti Revision c7bb3095: mcpu: Specify actual received type on opcode issue
- This helped me debug an issue with opcodes.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iusti... - 12:01 pm ganeti-local Revision c7bb3095: mcpu: Specify actual received type on opcode issue
- This helped me debug an issue with opcodes.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iusti...
08/11/2011
- 07:41 pm Revision 815b44f4: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 07:41 pm Pithos Revision 815b44f4: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 07:41 pm Revision aff7a7bf: Added shibboleth support (untested)
- 07:41 pm Pithos Web Client Revision 36dc8e18: Added shibboleth support (untested)
- 07:41 pm Pithos Revision aff7a7bf: Added shibboleth support (untested)
- 07:04 pm Pithos Web Client Revision f6445935: Clean up code
- 07:04 pm Pithos Revision 7ed6977e: Clean up code
- 07:04 pm Revision 7ed6977e: Clean up code
- 05:39 pm Pithos Revision d8539f8e: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 05:39 pm Revision d8539f8e: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 05:38 pm Pithos Revision 4f917833: write backend components in SQLAlchemy: Progress I
- 05:38 pm Revision 4f917833: write backend components in SQLAlchemy: Progress I
- 05:34 pm Pithos Revision c996ba40: modular backend: set node indexing on version table instead of node table
- 05:34 pm Revision c996ba40: modular backend: set node indexing on version table instead of node table
- 05:23 pm Revision f8b0e13d: Removed unused files
- 05:23 pm Pithos Web Client Revision bf8d0369: Removed unused files
- 05:23 pm Pithos Revision f8b0e13d: Removed unused files
- 04:48 pm Pithos Web Client Revision a1bde662: Fixed removal of permissions
- 04:48 pm Pithos Revision e1a8d51a: Fixed removal of permissions
- 04:48 pm Revision e1a8d51a: Fixed removal of permissions
- 04:37 pm Pithos Web Client Revision ac379f87: Removed key provider as it is unneeded
- 04:37 pm Revision c8449d8a: Removed key provider as it is unneeded
- 04:37 pm Pithos Revision c8449d8a: Removed key provider as it is unneeded
- 04:27 pm Revision de9e7024: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 04:27 pm Pithos Revision de9e7024: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 04:27 pm Pithos Web Client Revision 5ebc9312: Finished folder permissions dialog
- 04:27 pm Pithos Revision 19a73342: Finished folder permissions dialog
- 04:27 pm Revision 19a73342: Finished folder permissions dialog
- 04:11 pm Pithos Revision 62b697f3: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 04:11 pm Revision 62b697f3: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 04:11 pm Pithos Revision 4cc00e08: Fix virtual folders.
- 04:11 pm Revision 4cc00e08: Fix virtual folders.
- 03:59 pm Pithos Revision f1c02d94: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 03:59 pm Revision f1c02d94: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 03:58 pm Pithos Revision d7eb5499: if PITHOS_USER environmental variable is set and is not 'test' do not run the ...
- 03:58 pm Revision d7eb5499: if PITHOS_USER environmental variable is set and is not 'test' do not run the ...
- 03:50 pm snf-ganeti Revision e50d8412: Use resource kind as OpQuery*'s description
- This gives a hint as to what's queried. “QUERY(instance)” or
“QUERY(node)” are way better than just “QUERY”.
Signed-... - 03:50 pm ganeti-local Revision e50d8412: Use resource kind as OpQuery*'s description
- This gives a hint as to what's queried. “QUERY(instance)” or
“QUERY(node)” are way better than just “QUERY”.
Signed-... - 03:47 pm Bug #1013 (Feedback): List view displays UI error when servers are updated on IE
- fixed on commit:27b116d
- 03:47 pm Bug #1011 (Feedback): Update image details on last vm creation step overlay on IE
- fixed and improved on commit:b214352
- 03:47 pm Bug #971 (Feedback): Unique error codes for network errors, unique handling of errors in general
- Some improvements have been made on commit:96ff5f7
remains to change messages for timeout/413/401 (something more ... - 03:47 pm Bug #915 (Feedback): List view fail to update mahcines state properly on several occasions
- fixed specific case on commit:27b116d
- 03:35 pm Revision 27b116db: UI list view fixes, Refs #915 #1013
- - fixed vm transition update from ACTIVE to REBOOT status
- fixed IE list view update - 03:31 pm Bug #1013 (Closed): List view displays UI error when servers are updated on IE
- To reproduce,
- open 2 browser windows
- show servers list view
- reboot one of the servers
- the other window ... - 03:18 pm ganeti-local Revision 37531236: Added helper functions in netutils and related constants
- Added the following functions to netutils:
- IsValidInterface
- GetInterfaceIpAddresses
- _GetIpAddressesFromIpOutput... - 03:18 pm snf-ganeti Revision 37531236: Added helper functions in netutils and related constants
- Added the following functions to netutils:
- IsValidInterface
- GetInterfaceIpAddresses
- _GetIpAddressesFromIpOutput... - 03:11 pm snf-ganeti Revision 140ff718: Fix epydoc error in rlib2.py
- I blindly assumed epydoc would use normal reST, but turns out it uses
its own “epytext” in our configuration. Since t... - 03:11 pm ganeti-local Revision 140ff718: Fix epydoc error in rlib2.py
- I blindly assumed epydoc would use normal reST, but turns out it uses
its own “epytext” in our configuration. Since t... - 02:54 pm Pithos MacOS Client Revision 0f03cbfb: Info window.
- 02:28 pm Revision b2143520: Improved last VM creation step information, Refs #1011
- - fixed IE information updates
- check for duplicate name and propose an alternative
- hide wallet/cost informations ... - 01:58 pm Revision 96ff5f77: UI ajax error handling improvements, Refs #971
- - centralized error handler method
- avoid first error occured if error concerns malformed/invalid
changes-since va...
08/10/2011
- 10:48 pm Pithos Android Client Revision 143cdf16: bug fixes in loadbalancer ui
- 06:32 pm ganeti-local Revision d91a933f: Fix typo in rlib2's docstring
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Benjamin Lipton <benlipton@google.com>
Reviewed-by... - 06:32 pm snf-ganeti Revision d91a933f: Fix typo in rlib2's docstring
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Benjamin Lipton <benlipton@google.com>
Reviewed-by... - 06:26 pm ganeti-local Revision f3c1a70c: Documentation fixes and clarification
- - In README, refer to “install.rst”, not “install.html”
- In rapi.rst, wrap line longer than 72 characters
- In rlib2... - 06:26 pm snf-ganeti Revision f3c1a70c: Documentation fixes and clarification
- - In README, refer to “install.rst”, not “install.html”
- In rapi.rst, wrap line longer than 72 characters
- In rlib2... - 06:23 pm snf-ganeti Revision c20efaa8: gnt-instance: Rename _SHUTDOWN_* to _EXPAND_*
- Once upon a time these constants were only used for stopping instances,
but pretty soon they became more useful. Let'... - 06:23 pm ganeti-local Revision c20efaa8: gnt-instance: Rename _SHUTDOWN_* to _EXPAND_*
- Once upon a time these constants were only used for stopping instances,
but pretty soon they became more useful. Let'... - 05:53 pm Pithos MacOS Client Revision 155f0dfd: Minor UI changes.
- Minor fixes.
- 04:39 pm Pithos Android Client Revision 5018a7f8: improved the GaActivity and added page and event tracking to loadbalancers
- 04:37 pm Pithos Revision 0a7f1671: Accept '~' in X-Object-Sharing.
- 04:37 pm Revision 0a7f1671: Accept '~' in X-Object-Sharing.
- 04:27 pm Pithos Revision a0adc892: run tests only with test user
- 04:27 pm Revision a0adc892: run tests only with test user
- 03:20 pm Revision bcd29125: client lib set default content type in all object puts
- 03:20 pm Pithos Revision bcd29125: client lib set default content type in all object puts
- 02:47 pm ganeti-local Revision 682e2375: List returned fields in RAPI documentation
- Also replace console types with constants.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin... - 02:47 pm snf-ganeti Revision 682e2375: List returned fields in RAPI documentation
- Also replace console types with constants.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin... - 02:47 pm ganeti-local Revision bd7b2070: rlib2: Exclude oplog/opresult from bulk job list
- These fields can get rather large. Excluding them from the big bulk list
reduces the amount of data. They are still a... - 02:47 pm snf-ganeti Revision bd7b2070: rlib2: Exclude oplog/opresult from bulk job list
- These fields can get rather large. Excluding them from the big bulk list
reduces the amount of data. They are still a... - 01:59 pm Pithos MacOS Client Revision 9f3a92de: Using system icons based on file extension.
- Initial implementation of browser leaf preview.
Simplified authentication panel.
Login through redirection and url ha... - Pithos 2 proposed logos
- Web Layout v0.0.1
- 12:44 pm Revision 38a2b3ed: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 12:44 pm Pithos Revision 38a2b3ed: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 12:44 pm Revision 11999722: command client bug fix in getting object version list
- 12:44 pm Pithos Revision 11999722: command client bug fix in getting object version list
08/09/2011
- 11:24 pm Pithos Android Client Revision 21c57799: bug fixes for load balancer operations
- 07:46 pm Revision 27d7d9ac: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 07:46 pm Pithos Revision 27d7d9ac: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 07:45 pm Pithos Web Client Revision ecf95c9e: Finished file permissions. Started folder permissions (displayed but not updat...
- 07:45 pm Revision 6e522e4f: Finished file permissions. Started folder permissions (displayed but not updat...
- 07:45 pm Pithos Revision 6e522e4f: Finished file permissions. Started folder permissions (displayed but not updat...
- 07:10 pm Pithos Android Client Revision f506786e: redid the SelectVipActivity layout and bug fixes
- 04:14 pm Pithos Revision 0a18bd8b: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 04:14 pm Revision 0a18bd8b: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 04:02 pm Pithos Revision 8d964102: client lib support for listing user shared objects
- additional tests for using version objects and listing user shared objects
- 04:02 pm Revision 8d964102: client lib support for listing user shared objects
- additional tests for using version objects and listing user shared objects
- 03:33 pm ganeti-local Revision f4e86448: rlib: Expose node group tags
- Commit 1ffd26739d3 added support for tagging node groups. Also add a
check for exposed fields.
Signed-off-by: Michae... - 03:33 pm snf-ganeti Revision f4e86448: rlib: Expose node group tags
- Commit 1ffd26739d3 added support for tagging node groups. Also add a
check for exposed fields.
Signed-off-by: Michae... - 03:33 pm ganeti-local Revision e987f166: rapi: Bulk support for jobs
- This was requested in issue 181.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer ... - 03:33 pm snf-ganeti Revision e987f166: rapi: Bulk support for jobs
- This was requested in issue 181.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer ... - 03:32 pm snf-ganeti Revision d7e4a2b1: Fixed an error in the documentation of _GetKVMVersion
- Fixed an epydoc compilation error that I introduced with last commit.
Signed-off-by: Andrea Spadaccini <spadaccio@go... - 03:32 pm ganeti-local Revision d7e4a2b1: Fixed an error in the documentation of _GetKVMVersion
- Fixed an epydoc compilation error that I introduced with last commit.
Signed-off-by: Andrea Spadaccini <spadaccio@go... - 03:32 pm ganeti-local Revision 037c7b95: Mention globbing filters in ganeti(7) manpage
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 03:32 pm snf-ganeti Revision 037c7b95: Mention globbing filters in ganeti(7) manpage
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 03:05 pm Pithos Revision f4b61e0c: Update documentation.
- 03:05 pm Revision f4b61e0c: Update documentation.
- 03:02 pm Revision 60b8a083: Modular backend progress VI (release).
- 03:02 pm Pithos Revision 60b8a083: Modular backend progress VI (release).
- 02:29 pm snf-ganeti Revision 440351f8: Removed code duplication for calls to _GetKVMVersion
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 02:29 pm ganeti-local Revision 440351f8: Removed code duplication for calls to _GetKVMVersion
- Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 01:08 pm Revision 6fd85f1b: test write access: bug fixing
- 01:08 pm Pithos Revision 6fd85f1b: test write access: bug fixing
- 12:45 pm Pithos Revision 7f769d34: bug fixing: command line client: get version list
- 12:45 pm Revision 7f769d34: bug fixing: command line client: get version list
- 11:52 am Bug #993: Transaction deadlock, exception in callbacks.py
- It looks like a dispatcher instance holds an exclusive row lock (e.g. through a SELECT... FOR UPDATE statement) on th...
- 11:48 am Pithos Revision f13b7bd2: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 11:48 am Revision f13b7bd2: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 11:48 am Pithos Revision a607181b: test bug fixing
- 11:48 am Revision a607181b: test bug fixing
08/08/2011
- 11:16 pm Pithos Android Client Revision 71e52c4a: bug fixes
- 08:56 pm Pithos Android Client Revision 1a79c76b: made the backup server page sync with control panel
- 07:18 pm ganeti-local Revision 0b0ca0c0: Fix epydoc breakage caused by f8638e288c7a
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 07:18 pm snf-ganeti Revision 0b0ca0c0: Fix epydoc breakage caused by f8638e288c7a
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 07:11 pm Revision 72c3ba3f: Fix TestGreek.
- 07:11 pm Pithos Revision 72c3ba3f: Fix TestGreek.
- 06:50 pm ganeti-local Revision e2d14329: Changed NET_PORT_CHECK to REQ_NET_PORT_CHECK, to improve consistency
- I originally made this change because I needed the OPT_NET_PORT_CHECK,
and I am committing it even if I don't need an... - 06:50 pm snf-ganeti Revision e2d14329: Changed NET_PORT_CHECK to REQ_NET_PORT_CHECK, to improve consistency
- I originally made this change because I needed the OPT_NET_PORT_CHECK,
and I am committing it even if I don't need an... - 06:49 pm ganeti-local Revision c4dfb0b6: Added check for the ip command at configure time
- Also, corrected a few places where the ip command was hardcoded.
Signed-off-by: Andrea Spadaccini <spadaccio@google.... - 06:49 pm snf-ganeti Revision c4dfb0b6: Added check for the ip command at configure time
- Also, corrected a few places where the ip command was hardcoded.
Signed-off-by: Andrea Spadaccini <spadaccio@google.... - 06:42 pm ganeti-local Revision f8638e28: Detect globbing patterns as query arguments
- Short: this patch enables the use of “gnt-instance list '*.site'”.
Detailed description: This patch changes the comm... - 06:42 pm snf-ganeti Revision f8638e28: Detect globbing patterns as query arguments
- Short: this patch enables the use of “gnt-instance list '*.site'”.
Detailed description: This patch changes the comm... - 06:01 pm Pithos Revision 2b9cf2b3: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 06:01 pm Revision 2b9cf2b3: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 05:59 pm Pithos Revision 676edf89: Modular backend progress V.
- 05:59 pm Revision 676edf89: Modular backend progress V.
- 05:24 pm Revision 9278ca09: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 05:24 pm Pithos Revision 9278ca09: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 03:22 pm ganeti-local Revision bb074298: cluster-merge: consider file storage enable state
- There's no point in checking whether the file storage dir in the two
clusters is the same if file storage is not even... - 03:22 pm ganeti-local Revision 1fcd3b81: cluster-merge: implement params delta mercifulness
- Sometimes it's good to tell the user about parameter differences but
then proceed anyway. Strictness is still enforce... - 03:22 pm snf-ganeti Revision bb074298: cluster-merge: consider file storage enable state
- There's no point in checking whether the file storage dir in the two
clusters is the same if file storage is not even... - 03:22 pm snf-ganeti Revision 1fcd3b81: cluster-merge: implement params delta mercifulness
- Sometimes it's good to tell the user about parameter differences but
then proceed anyway. Strictness is still enforce... - 01:30 pm ganeti-local Revision e3a19474: Allow fixing of split instances via relocate
- Currently, the IAllocator code requests strictly that the (set of) groups of
the nodes we're relocating from is equal... - 01:30 pm snf-ganeti Revision e3a19474: Allow fixing of split instances via relocate
- Currently, the IAllocator code requests strictly that the (set of) groups of
the nodes we're relocating from is equal... - 12:29 pm ganeti-local Revision 88df1fa9: Revert deprecation of evacuate mode in hail
- As discussed offline, the new node-change mode could be used for
evacuation, but it's not directly useful as it retur... - 12:29 pm snf-ganeti Revision 88df1fa9: Revert deprecation of evacuate mode in hail
- As discussed offline, the new node-change mode could be used for
evacuation, but it's not directly useful as it retur... - 12:12 pm ganeti-local Revision f5fab862: Further cleanup after multi-evacuate removal
- Commit f0edfcf6 removed the parsing of multi-evacuate result, but the
code went from:
if mode in (multi-evac, relo... - 12:12 pm snf-ganeti Revision f5fab862: Further cleanup after multi-evacuate removal
- Commit f0edfcf6 removed the parsing of multi-evacuate result, but the
code went from:
if mode in (multi-evac, relo... - 12:11 pm snf-ganeti Revision 2f41ea77: Fix bug in IAllocator parsing of Evacuate result
- Commit 342f9172 added stricter checks for the iallocator result in
evacuate mode, but it does this irrespective of th... - 12:11 pm ganeti-local Revision 2f41ea77: Fix bug in IAllocator parsing of Evacuate result
- Commit 342f9172 added stricter checks for the iallocator result in
evacuate mode, but it does this irrespective of th... - 11:16 am Revision 62a0eb7e: Rename parameter.
- 11:16 am Pithos Revision 62a0eb7e: Rename parameter.
- 11:11 am Revision b1f4e2bc: Fix 'next' handling.
- 11:11 am Pithos Revision b1f4e2bc: Fix 'next' handling.
- 03:04 am Pithos Revision 51c0cb6e: Bug fix.
- 03:04 am Revision 51c0cb6e: Bug fix.
- 02:38 am Revision 7e318fc8: Shibboleth login function.
- 02:38 am Pithos Revision 7e318fc8: Shibboleth login function.
08/06/2011
- 01:55 am Revision 62f915a1: Modular backend progress IV.
- 01:55 am Pithos Revision 62f915a1: Modular backend progress IV.
08/05/2011
- 09:11 pm Pithos MacOS Client Revision e5fdf4d9: Initial commit of pithos-macos.
- The finder-like client can browse the contents of the 'pithos' and 'trash' containers of a pithos user, using asynchr...
- 08:13 pm Pithos Android Client Revision c25e8fa0: added access control to load balancers
- 06:21 pm Pithos Revision 9fce5629: Initial support of permissions and dummy UI
- 06:21 pm Pithos Web Client Revision d5c6298f: Initial support of permissions and dummy UI
- 06:21 pm Revision 9fce5629: Initial support of permissions and dummy UI
- 05:16 pm snf-ganeti Revision 16629d10: Implement globbing operator for filters
- The operators “=*” and “!*” do globbing in filters, e.g.:
$ gnt-instance list --no-headers -o name 'name =* "*.site"... - 05:16 pm ganeti-local Revision 16629d10: Implement globbing operator for filters
- The operators “=*” and “!*” do globbing in filters, e.g.:
$ gnt-instance list --no-headers -o name 'name =* "*.site"... - 04:57 pm snf-ganeti Revision 18e4dee6: Zero DRBD metadata before creation
- The docstring of the DRBD8 class says:
… The meta device is checked for valid size and is zeroed on create.
which... - 04:57 pm ganeti-local Revision 18e4dee6: Zero DRBD metadata before creation
- The docstring of the DRBD8 class says:
… The meta device is checked for valid size and is zeroed on create.
which... - 04:48 pm snf-ganeti Revision f0edfcf6: Remove iallocator's “multi-evacuate” mode
- It is no longer used and has been deprecated in 2.5.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-... - 04:48 pm ganeti-local Revision f0edfcf6: Remove iallocator's “multi-evacuate” mode
- It is no longer used and has been deprecated in 2.5.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-... - 04:41 pm snf-ganeti Revision 58aa30d7: confd.querylib: Remove long-deprecated query mode
- This was never used by a stable version.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin P... - 04:41 pm ganeti-local Revision 58aa30d7: confd.querylib: Remove long-deprecated query mode
- This was never used by a stable version.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin P... - 04:40 pm ganeti-local Revision ce4cd929: Add docstring to cmdlib.TLReplaceDisks._FindFaultyDisks
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 04:40 pm snf-ganeti Revision ce4cd929: Add docstring to cmdlib.TLReplaceDisks._FindFaultyDisks
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 04:40 pm ganeti-local Revision 6f9e71bb: watcher: Fix breakage caused by 9bb69bb52fb9
- The first argument to str.split is the separator, not the maximum number
of splits.
Signed-off-by: Michael Hanselman... - 04:40 pm snf-ganeti Revision 6f9e71bb: watcher: Fix breakage caused by 9bb69bb52fb9
- The first argument to str.split is the separator, not the maximum number
of splits.
Signed-off-by: Michael Hanselman... - 04:39 pm ganeti-local Revision ba98a8d1: Fix typo in NEWS
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 04:39 pm snf-ganeti Revision ba98a8d1: Fix typo in NEWS
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com> - 04:39 pm snf-ganeti Revision 96514751: doc/admin: s/grub/GRUB/
- “GRUB” is an acronym for GRand Unified Bootloader.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by... - 04:39 pm ganeti-local Revision 96514751: doc/admin: s/grub/GRUB/
- “GRUB” is an acronym for GRand Unified Bootloader.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by... - 02:58 pm snf-ganeti Revision cb386168: LUGroupVerifyDisks: Use _CheckInstanceNodeGroups' result
- … instead of getting the list of instances once again from the
configuration.
Signed-off-by: Michael Hanselmann <han... - 02:58 pm ganeti-local Revision cb386168: LUGroupVerifyDisks: Use _CheckInstanceNodeGroups' result
- … instead of getting the list of instances once again from the
configuration.
Signed-off-by: Michael Hanselmann <han... - 02:58 pm snf-ganeti Revision b9ff3e15: cmdlib: Factorize checking node groups' instances
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 02:58 pm ganeti-local Revision b9ff3e15: cmdlib: Factorize checking node groups' instances
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 02:11 pm ganeti-local Revision d5114fa1: Include hooks.rst in version check
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 02:11 pm snf-ganeti Revision d5114fa1: Include hooks.rst in version check
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 02:11 pm ganeti-local Revision 9f604ab8: Bump version to 2.5.0~beta1
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 02:11 pm snf-ganeti Revision 9f604ab8: Bump version to 2.5.0~beta1
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 02:06 pm snf-ganeti Revision 9bb69bb5: watcher: Write per-group instance status, merge into global one
- Each per-group watcher process writes its own instance status file. Once
that's done it tries to acquire an exclusive... - 02:06 pm ganeti-local Revision 0e5084ee: utils.ReadFile: Add pre-read callback
- This will be used by the watcher to store the file's fstat(2). It must
be done from the filehandle.
Signed-off-by: M... - 02:06 pm ganeti-local Revision 6890cf2e: cleaner: Remove watcher's instance status file after 21 days
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 02:06 pm snf-ganeti Revision 0e5084ee: utils.ReadFile: Add pre-read callback
- This will be used by the watcher to store the file's fstat(2). It must
be done from the filehandle.
Signed-off-by: M... - 02:06 pm snf-ganeti Revision 6890cf2e: cleaner: Remove watcher's instance status file after 21 days
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 02:06 pm ganeti-local Revision 9bb69bb5: watcher: Write per-group instance status, merge into global one
- Each per-group watcher process writes its own instance status file. Once
that's done it tries to acquire an exclusive... - 12:48 pm ganeti-local Revision 2f1fe558: Merge branch 'stable-2.4'
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 12:48 pm snf-ganeti Revision 2f1fe558: Merge branch 'stable-2.4'
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 11:12 am Bug #1011 (Closed): Update image details on last vm creation step overlay on IE
- 11:02 am snf-ganeti Revision 2f994ece: Bumping version to 2.4.3
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 11:02 am ganeti-local Revision 2f994ece: Bumping version to 2.4.3
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 10:43 am Bug #1009 (Closed): Possibly misleading appended string in default VM name
- Synnefo's ui provides a default name for a user's VM. The default name is being generated by prepending "My " and app...
08/04/2011
- 11:03 pm Pithos Android Client Revision 16615abd: added connection throttle to load balancers, and fixed a bug on ListAccountsAc...
- 07:26 pm Ganeti Instance Image Revision 60370fb0: Fix a bug in Makefile.am
- The tools target where always being build, even if no dependency had
changed. - 07:03 pm Ganeti Instance Image Revision 5d258745: Remove redundant toolsbuilddir target in Makefile
- 07:00 pm Feature #1007 (Closed): Use dd for deployment of Linux images
- Use @dd@ to do sequential I/O with very large blocks for the deployment of Linux images.
This is the Linux version o... - 06:56 pm Feature #1005 (Closed): Support different types of block storage in the API
- Extend the API to support different types of block storage.
Different flavors may specify different types of block s... - 06:56 pm Pithos Android Client Revision fee0d4aa: improved the edittext properties from some layouts
- 06:53 pm Feature #1003 (Closed): Explore Ganeti's shared block storage support
- Explore Ganeti's shared block storage support.
Investigate ways of provisioning disks dynamically, then passing them... - 06:52 pm Feature #1001 (Closed): Test RBD functionality with KVM
- Setup RBD volumes over a RADOS deployment, test KVM's compatibility with such setup.
Measure bandwidth and latency o... - 06:51 pm Feature #999 (Closed): Test RADOS deployment
- Set up a test RADOS deployment, benchmark its performance wrt bandwidth and latency, for various object sizes.
- 06:44 pm Bug #997 (Closed): Problems when reusing the Create machine wizard with IE8
- It seems the wizard does not reinitialize itself properly when using IE8,
keeps settings from previous invocations, ... - 06:43 pm Ganeti Instance Image Revision 4096946c: Fix default-dir replacement in common.sh
- The path to the directory of hosts the DEFAULT_FILE in common.sh was not
replaced by make. - 06:19 pm Pithos Revision 10283860: add user with greek username
- 06:19 pm Revision 10283860: add user with greek username
- 06:06 pm Revision d7d60147: New authentication middleware.
- Uses users stored in a django model.
Update settings.py and then run:
python manage.py syncdb
python manage.py l... - 06:06 pm Pithos Revision d7d60147: New authentication middleware.
- Uses users stored in a django model.
Update settings.py and then run:
python manage.py syncdb
python manage.py l... - 05:56 pm snf-ganeti Revision eee68d57: Fixed a typo in utils/process.py
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: I... - 05:56 pm ganeti-local Revision eee68d57: Fixed a typo in utils/process.py
- Signed-off-by: Agata Murawska <agatamurawska@google.com>
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: I... - 05:26 pm ganeti-local Revision e8906f7d: Fix unittest failure after list_owned changes
- We just need an object that has a list_owned method.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guid... - 05:26 pm snf-ganeti Revision e8906f7d: Fix unittest failure after list_owned changes
- We just need an object that has a list_owned method.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guid... - 05:01 pm snf-ganeti Revision 12126847: Remove 15-second sleep from LUInstanceCreate
- Remove 15 second sleep when wait_for_sync is not set. LUInstanceCreate already
calls _WaitForSync with oneshot=True, ... - 05:01 pm ganeti-local Revision 12126847: Remove 15-second sleep from LUInstanceCreate
- Remove 15 second sleep when wait_for_sync is not set. LUInstanceCreate already
calls _WaitForSync with oneshot=True, ... - 05:01 pm snf-ganeti Revision af993a2c: Add a readability alias
- lu.glm.list_owned becomes lu.owned_locks, which is clearer for the
reader.
Also rename three variables (which were b... - 05:01 pm ganeti-local Revision af993a2c: Add a readability alias
- lu.glm.list_owned becomes lu.owned_locks, which is clearer for the
reader.
Also rename three variables (which were b... - 04:19 pm ganeti-local Revision ce523de1: Fix broken object references in docstrings
- The module is called “objects”, not “object”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Ius... - 04:19 pm snf-ganeti Revision ce523de1: Fix broken object references in docstrings
- The module is called “objects”, not “object”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Ius... - 04:18 pm ganeti-local Revision bd2a5569: Add “gnt-instance change-group” command
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 04:18 pm snf-ganeti Revision bd2a5569: Add “gnt-instance change-group” command
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 04:18 pm snf-ganeti Revision 1aef3df8: Add opcode to change instance's group
- This is quite similar to evacuating a group, but the locking
is different.
Signed-off-by: Michael Hanselmann <hansmi... - 04:18 pm ganeti-local Revision 1aef3df8: Add opcode to change instance's group
- This is quite similar to evacuating a group, but the locking
is different.
Signed-off-by: Michael Hanselmann <hansmi... - 04:18 pm snf-ganeti Revision eafa26af: Factorize checking instance's node groups
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 04:18 pm ganeti-local Revision eafa26af: Factorize checking instance's node groups
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 03:41 pm snf-ganeti Revision e20832af: Update the NEWS file for 2.4.3
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 03:41 pm ganeti-local Revision e20832af: Update the NEWS file for 2.4.3
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 02:45 pm Feature #995: Admin tool to collect and display statistics from the Synnefo DB and the backend
- Please see here for info on how to write a munin plugin:
http://munin-monitoring.org/wiki/HowToWritePlugins
- 01:28 pm snf-ganeti Revision 7b642c49: ganeti-cleaner: Remove old watcher state files
- Watcher state files can stay around if node groups are removed. With
this patch they're removed after 21 days.
Signe... - 01:28 pm ganeti-local Revision 7b642c49: ganeti-cleaner: Remove old watcher state files
- Watcher state files can stay around if node groups are removed. With
this patch they're removed after 21 days.
Signe... - 01:28 pm ganeti-local Revision 173dbf05: Remove WATCHER_STATEFILE constant
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 01:28 pm snf-ganeti Revision 173dbf05: Remove WATCHER_STATEFILE constant
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 01:28 pm snf-ganeti Revision a292020f: cfgupgrade: Remove old watcher state file
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 01:28 pm ganeti-local Revision a292020f: cfgupgrade: Remove old watcher state file
- Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com> - 01:28 pm ganeti-local Revision 16e0b9c9: ganeti-watcher: Split for node groups
- This patch brings a huge change to ganeti-watcher to make it aware of
node groups. Each node group is processed in it... - 01:28 pm snf-ganeti Revision 16e0b9c9: ganeti-watcher: Split for node groups
- This patch brings a huge change to ganeti-watcher to make it aware of
node groups. Each node group is processed in it... - 01:27 pm ganeti-local Revision de9c12f7: Lock potential target nodes for group evacuation
- All potential target nodes should be locked while calculating
a group evacuation.
Signed-off-by: Michael Hanselmann ... - 01:27 pm snf-ganeti Revision de9c12f7: Lock potential target nodes for group evacuation
- All potential target nodes should be locked while calculating
a group evacuation.
Signed-off-by: Michael Hanselmann ... - 01:27 pm snf-ganeti Revision 6e80da8b: Small changes in group evacuation
- - Use OpPrereqError in CheckPrereq
- Clarify command synopsis
Signed-off-by: Michael Hanselmann <hansmi@google.com>
... - 01:27 pm ganeti-local Revision 6e80da8b: Small changes in group evacuation
- - Use OpPrereqError in CheckPrereq
- Clarify command synopsis
Signed-off-by: Michael Hanselmann <hansmi@google.com>
... - 01:26 pm snf-ganeti Revision a14065ac: cmdlib: Factorize getting iallocator
- The same logic will be used for changing an instance's group.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
... - 01:26 pm ganeti-local Revision a14065ac: cmdlib: Factorize getting iallocator
- The same logic will be used for changing an instance's group.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
... - 01:26 pm ganeti-local Revision d774ce92: Add design document for Ganeti 2.5
- Including the designs which were actually implemented.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewe... - 01:26 pm snf-ganeti Revision d774ce92: Add design document for Ganeti 2.5
- Including the designs which were actually implemented.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewe... - 12:46 pm Feature #995: Admin tool to collect and display statistics from the Synnefo DB and the backend
- Where can I find documentation for the required output formats?
- 12:34 pm Feature #995 (Assigned): Admin tool to collect and display statistics from the Synnefo DB and the...
- Extend the admin tool to collect statistics from the DB and the backend.
Allow for pluggable presentation layers.
... - 11:26 am Revision c1cdc455: Modular backend progress III.
- 11:26 am Pithos Revision c1cdc455: Modular backend progress III.
- 11:00 am Bug #971: Unique error codes for network errors, unique handling of errors in general
- Updated list of errors that need to have more informative
user messages on UI
- timeouts
- 401 Not Authorized
-...
08/03/2011
- 10:11 pm Pithos Android Client Revision b2a2d2f1: cleaned up code (made more activities extend cloud(list)activity
- 08:01 pm Feature #849: snf-admin should be made as a simple web interface
- Also, both the command-line and the web tool should produce an initial, overall, dashboard-like view with vital syste...
- 07:35 pm ganeti-local Revision 41e1e79e: Pause DRBD sync for OS install if not wait_for_sync
- When wait_for_sync is set to False in LUInstanceCreate, Ganeti lets DRBD sync
in the background while performing the ... - 07:35 pm snf-ganeti Revision 41e1e79e: Pause DRBD sync for OS install if not wait_for_sync
- When wait_for_sync is set to False in LUInstanceCreate, Ganeti lets DRBD sync
in the background while performing the ... - 07:21 pm ganeti-local Revision a6a3efe4: Fix documentation of gnt-instance failover
- Explain that we only start the instance on the new node if it was
originally running.
Signed-off-by: Iustin Pop <ius... - 07:21 pm snf-ganeti Revision a6a3efe4: Fix documentation of gnt-instance failover
- Explain that we only start the instance on the new node if it was
originally running.
Signed-off-by: Iustin Pop <ius... - 06:47 pm Feature #849: snf-admin should be made as a simple web interface
- The web app initially should be en par with the current @snf-admin@ command-line tool.
Whenever new functionality ... - 06:31 pm Bug #993 (Closed): Transaction deadlock, exception in callbacks.py
- This exception has been reported from the deployment:...
- 06:30 pm Revision 066cfd4d: Fixed file properties to show correctly the public url
- 06:30 pm Pithos Web Client Revision c4d3b21f: Fixed file properties to show correctly the public url
- 06:30 pm Pithos Revision 066cfd4d: Fixed file properties to show correctly the public url
- 06:29 pm Pithos Android Client Revision 6b8dad86: all activites that should now extend Cloud(List)Activity which extends Ga(List...
- 06:28 pm snf-ganeti Revision 78623223: Small doc patch for gnt-node evacuate
- Just explain a bit the relation between node evacuate and instance
commands.
Signed-off-by: Iustin Pop <iustin@googl... - 06:28 pm ganeti-local Revision 78623223: Small doc patch for gnt-node evacuate
- Just explain a bit the relation between node evacuate and instance
commands.
Signed-off-by: Iustin Pop <iustin@googl... - 06:27 pm ganeti-local Revision d5fca545: Fix small typo in docstring
- Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 06:27 pm snf-ganeti Revision d5fca545: Fix small typo in docstring
- Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 06:21 pm Feature #991 (Assigned): Extend Synnefo mechanism to support custom Images
- Extend the Synnefo mechanism to support user-provided Images.
This has implications in several areas:
a) Image up... - 06:05 pm Feature #989 (Closed): Glance API Implementation (Plankton Service)
- Implement the Glance API (REST) in Synnefo.
This will be the upper layer of Synnefo's Image Registry Service.
Als... - 06:03 pm ganeti-local Revision b5ea70bf: Fix typo in NEWS
- “--dry-run” starts with two dashes.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <i... - 06:03 pm snf-ganeti Revision b5ea70bf: Fix typo in NEWS
- “--dry-run” starts with two dashes.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <i... - 06:00 pm Feature #987 (Closed): Support distinct image backends, retrieval from HTTP backend in snf-image
- snf-image should be extended to support distinct image repositories.
Initially, it must be extended so that it can... - 05:55 pm Feature #985 (Closed): New parameters passed through the Ganeti OS Interface (used by the Image R...
- This ticket has 3 sections:
1. Decide which parameters are needed so that the backend can discover actual Images i... - 05:42 pm snf-ganeti Revision 6aa7a354: Change the backend.InstanceLogName signature
- This uses now the component for the transfer (if available), otherwise
(e.g. in installs/renames) nothing.
Signed-of... - 05:42 pm ganeti-local Revision 6aa7a354: Change the backend.InstanceLogName signature
- This uses now the component for the transfer (if available), otherwise
(e.g. in installs/renames) nothing.
Signed-of... - 05:42 pm ganeti-local Revision 6613661a: Instance transfer: export component name to backend
- This modifies the RPC layer to export the component name too to the
backend, so that it can be used in log files and ... - 05:42 pm snf-ganeti Revision 6613661a: Instance transfer: export component name to backend
- This modifies the RPC layer to export the component name too to the
backend, so that it can be used in log files and ... - 05:42 pm ganeti-local Revision 5e26c4d9: Instance transfer: add argument for the 'component'
- Currently, transfer data is done mainly with just the instance name,
but when we have instances with multiple disks t... - 05:42 pm snf-ganeti Revision 5e26c4d9: Instance transfer: add argument for the 'component'
- Currently, transfer data is done mainly with just the instance name,
but when we have instances with multiple disks t... - 05:41 pm snf-ganeti Revision 71333cb9: Optimise use of repeated/looping GetInstanceInfo
- Similar to the previous patch, this adds a helper function to
eliminate repeated calls info ConfigWriter.
Signed-off... - 05:41 pm ganeti-local Revision f5eaa3c1: Optimise use of repeated/looping GetNodeInfo
- This adds a new ConfigWriter.GetMultiNodeInfo function and replaces
multiple/looping calls to GetNodeInfo with it.
S... - 05:41 pm snf-ganeti Revision f5eaa3c1: Optimise use of repeated/looping GetNodeInfo
- This adds a new ConfigWriter.GetMultiNodeInfo function and replaces
multiple/looping calls to GetNodeInfo with it.
S... - 05:41 pm snf-ganeti Revision a4338da2: Fix lint errors
- It turns out that the only use of the operator module was for
itemgetter, so patch eb62069e should have removed that ... - 05:41 pm ganeti-local Revision a4338da2: Fix lint errors
- It turns out that the only use of the operator module was for
itemgetter, so patch eb62069e should have removed that ... - 05:41 pm ganeti-local Revision 71333cb9: Optimise use of repeated/looping GetInstanceInfo
- Similar to the previous patch, this adds a helper function to
eliminate repeated calls info ConfigWriter.
Signed-off... - 05:20 pm snf-ganeti Revision 713aaa8a: Remove 15-second sleep from LUInstanceCreate
- Remove 15 second sleep when wait_for_sync is not set. LUInstanceCreate already
calls _WaitForSync with oneshot=True, ... - 05:19 pm snf-ganeti Revision fd791263: Pause DRBD sync for OS install if no_wait_for_sync
- When no_wait_for_sync is specified in LUInstanceCreate, Ganeti lets DRBD sync
in the background while performing the ... - 05:17 pm snf-ganeti Revision 71ed8d22: gnt-node.rst: Fix a typo
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 05:17 pm ganeti-local Revision 71ed8d22: gnt-node.rst: Fix a typo
- Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com> - 05:14 pm Bug #983: Disable connect action when machine has no ip set
- Connect overlay should not appear if machine has no ips set
- 05:14 pm Bug #983 (Closed): Disable connect action when machine has no ip set
- 04:39 pm Pithos Android Client Revision 4f7b2601: Merge branch 'load_balancers-2' into experimental_2
- Conflicts:
.classpath
AndroidManifest.xml
res/layout/createserver.xml
src/com/rackspace/cloud/files/api/client/Cu... - 04:20 pm Pithos Android Client Revision 98ce778f: fixed ui bug
- 03:14 pm Revision e9c9f408: Removed all static references to the Pithos class
- 03:14 pm Pithos Web Client Revision a7c43f26: Removed all static references to the Pithos class
- 03:14 pm Pithos Revision e9c9f408: Removed all static references to the Pithos class
- 02:20 pm Bug #815 (Feedback): Support small, medium large flavors in UI
- 01:46 pm Revision 19c34f1c: Fix overlay message font-size
- 01:42 pm Pithos Revision c915d3bf: Modular backend progress II.
- 01:42 pm Revision c915d3bf: Modular backend progress II.
- 01:37 pm snf-ganeti Revision eb62069e: Add two more compat functions
- operator.itemgetter(0) → fst
operator.itemgetter(1) → snd
snd is not used yet, but it makes sense to add both.
Sign... - 01:37 pm ganeti-local Revision eb62069e: Add two more compat functions
- operator.itemgetter(0) → fst
operator.itemgetter(1) → snd
snd is not used yet, but it makes sense to add both.
Sign... - 11:50 am snf-ganeti Revision d0ffa390: Add a flag to burnin to allow specifying VCPU count.
- Signed-off-by: Pedro Macedo <pmacedo@google.com>
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Iustin Po... - 11:50 am ganeti-local Revision d0ffa390: Add a flag to burnin to allow specifying VCPU count.
- Signed-off-by: Pedro Macedo <pmacedo@google.com>
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Iustin Po... - 11:44 am Bug #981 (Closed): UI should reset action confirmations after state change
- to recreate
- shutdown a running vm
- while vm is shutting down click on reboot and leave it with confirm box ope... - 11:33 am Revision 704263b4: Add support for ntfsdump images
- 11:05 am Pithos MacOS Client Revision d8d08dc1: Initial commit of pithos-macos.
- 11:00 am Bug #815: Support small, medium large flavors in UI
- fixed on commit:e0dea91
- 10:55 am Revision e0dea91a: Added setting for predefined flavors in UI, Refs #815
08/02/2011
- 08:02 pm Pithos Android Client Revision 54986b23: improved login process (allows user to cancel) and fixed layout for createacco...
- 07:43 pm Pithos Revision 6307e340: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 07:43 pm Revision 6307e340: Merge branch 'master' of https://code.grnet.gr/git/pithos
- 07:43 pm Revision 44ad5860: Modular backend progress.
- 07:43 pm Pithos Revision 44ad5860: Modular backend progress.
- 06:57 pm Pithos Android Client Revision 7fe017f5: small change to login process
- 06:53 pm Pithos Revision 3078108a: additional tests for updating object using x-source-object
- 06:53 pm Revision 3078108a: additional tests for updating object using x-source-object
- 06:46 pm Pithos Android Client Revision 157f0be5: small ui improvement
- 06:31 pm Revision ec027295: Improved ajax requests timeout handling, Refs #971
- Retry after first timeout for repeated (update
vms/networks/stats) ajax requests. - 06:02 pm Revision 9bdea0ba: Fixed disks pane position on UI
- 05:59 pm Bug #977 (Closed): Ability to retrieve authentication token from the UI
- ok, closed
- 05:59 pm Revision f0625a1a: Set base font size, Refs #343 #781
- 05:52 pm Revision 79f287b1: Improved message for the API overlay on UI, Refs #977
- 05:29 pm Revision ec8736b9: Unique error codes for ajax errors, Refs #971
- 05:21 pm Revision d3eef3ce: Improved UI ajax error reporting, Refs #971
- - Added request information to the user data
- Set initialized date for each api request
- Added error date to user data - 04:15 pm Bug #977 (Feedback): Ability to retrieve authentication token from the UI
- 04:15 pm Bug #977: Ability to retrieve authentication token from the UI
- feature added on commit:3c08f05
- 04:13 pm Revision 3c08f055: Ability to retrieve authentication token from the UI, Refs #977
- 04:12 pm ganeti-local Revision 7c070961: Fix types passed to IAllocator
- Iallocator mode reloc, parameter reloc_from takes a list; half of the
code already forced this parameter to list, we ... - 04:12 pm snf-ganeti Revision 7c070961: Fix types passed to IAllocator
- Iallocator mode reloc, parameter reloc_from takes a list; half of the
code already forced this parameter to list, we ... - 04:12 pm snf-ganeti Revision 7fa52acd: htools: change absolute to relative symlinks
- Currently we use absolute symlinks, but this doesn't work when we
install remotely (due to install first to local tem... - 04:12 pm ganeti-local Revision 7fa52acd: htools: change absolute to relative symlinks
- Currently we use absolute symlinks, but this doesn't work when we
install remotely (due to install first to local tem... - 03:27 pm Bug #979 (Closed): UI machine/network creation overlays style clutter
- Overlays for both machine and network creation pages seem to have several styling issues
- uneven whitespace betwe... - 03:16 pm Ganeti Instance Image Revision f812fe86: Add support for ntfsdumps
- 03:14 pm Bug #817 (Closed): The UI should verify that flavor disk size > image size
- ok, closed
- 03:13 pm Bug #843 (Closed): Make CPU/RAM/disk sliders more intuitive in UI
- ok, closed
- 02:21 pm Bug #843 (Feedback): Make CPU/RAM/disk sliders more intuitive in UI
- 02:21 pm Bug #843: Make CPU/RAM/disk sliders more intuitive in UI
- Improved sliders interaction added with commit:e9b14cb
- 02:21 pm Bug #817 (Feedback): The UI should verify that flavor disk size > image size
- 02:21 pm Bug #817: The UI should verify that flavor disk size > image size
- fixed with commit:e9b14cb
Sliders available options change when user selects a different image, disabling disk val... - 02:09 pm Revision e9b14cb8: Improved machine creation sliders interaction on UI, Refs #843
- - Display tips for allowed choices
- Smooth slider movement
- Snap slider on the closest available value
- Filter dis... - 12:56 pm ganeti-local Revision dfc8824a: jqueue: Add short delay before detecting job changes
- By sleeping for 100ms after receiving a notification for a changed job
file the job is given some additional time to ... - 12:56 pm snf-ganeti Revision dfc8824a: jqueue: Add short delay before detecting job changes
- By sleeping for 100ms after receiving a notification for a changed job
file the job is given some additional time to ... - 12:08 pm ganeti-local Revision fab9573b: Add primary/second nodes' group as query fields
- These will be very useful for ganeti-watcher as it needs to retrieve
instances by group.
Signed-off-by: Michael Hans... - 12:08 pm snf-ganeti Revision fab9573b: Add primary/second nodes' group as query fields
- These will be very useful for ganeti-watcher as it needs to retrieve
instances by group.
Signed-off-by: Michael Hans... - 11:20 am snf-ganeti Revision d66bbe9f: Fix doclint failures
- Commit 54ca6e4b2 renamed some arguments, but didn't also renames them
in the docstrings.
Signed-off-by: Iustin Pop <... - 11:20 am ganeti-local Revision d66bbe9f: Fix doclint failures
- Commit 54ca6e4b2 renamed some arguments, but didn't also renames them
in the docstrings.
Signed-off-by: Iustin Pop <... - 10:57 am Bug #881 (Feedback): Server statistics do not refresh properly in the UI
Also available in: Atom