IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* NODE_AFFINITY can be used to pin a VM to all the CPUs of a NUMA node.
The attribute is part of the TOPOLOGY definition.
* A default virtual topology is defined when no other is set. This
allows to set only the affinity:
TOPOLOGY = [ NODE_AFFINITY = 1 ]
* NODE_AFFINITY can only be set for not-pinned VMs to not conflict with
core allocations for pin VMs. VMs with NODE_AFFINITY set will be
allocated to regular hosts (i.e. PIN_POLICY = NONE)
(cherry picked from commit fc15d6ebc9)
* ScheduledAction::is_due check termination time
* VM is Make sure VM is updated when EndOn==TIMES
co-author: Michal Opala <mopala@opennebula.io>
(cherry picked from commit 7f2a35b1ba)
Now when you update an action, label is "Edit",
i suggest to change it into "Update"
HTH
Alessandro
(cherry picked from commit bacd1cbf15)
(cherry picked from commit 38c9f2d1b1)
Even if it is deprecated in OneProvision, it is still needed in the VNF appliance.
* Re-added to Sunstone
* More descriptive and specific name and hint
The import action in the marketplace requires to execute the export
datastore action. This commits enables to use stdin to for datastore
action with -i options (same as DATASTORE_MAD)
(cherry picked from commit dc91241f05)
New option for datastore driver (--stdin) that sends driver information
through stdin. Driver actions will read stdin if the first argument is
'-'. This change is compatible with drivers that read input from argument command
line. By default the driver will work using the command line arguments.
Monitor scripts part of the transfer manager are also updated
File oned.conf is changed to use stdin by default
(cherry picked from commit 8c12a8dbcd)
(cherry picked from commit aa1e6b4196)
The types `u_intXX_t` (underscore after the `u`) are not supported
by newer versions of GCC and `uintXX_t` should be used instead.
In the file `src/svncterm_server/genfont.c` there were still some
variables using the old type `u_int16_t`. They have been fixed.
(cherry picked from commit 8f7463fcc4)
(cherry picked from commit 5489c34803)
The ongoing backup cancel action is terminated through
backup_cancel_driver instead of the generic cancel operation.
(cherry picked from commit 01313630a9)
This enables integration with SSO solutions such as Shibboleth, where authentication happens outside the scope of the FireEdge server.
This relies on the 'public' AUTH_DRIVER where users have their username also as their password, and are only accesible through serveradmin sudo-like functionality (ie, they cannot directly access the oned API).
* introduce Pairs for unmarshalling a slice of pairs
* update dynamic template tests
Signed-off-by: Pierre Lafievre <pierre.lafievre@iguanesolutions.com>
(cherry picked from commit 197f04efa071bbf9fd8cb79043377d14bcb61e84)
(cherry picked from commit 4929b8542e911658531472f2c09c64474c1f727c)