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 fc15d6ebc97b59ce1745c8d2ad081584ae7b19ae)
* 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 7f2a35b1ba6532a121b67077032ae47743543f53)
Now when you update an action, label is "Edit",
i suggest to change it into "Update"
HTH
Alessandro
(cherry picked from commit bacd1cbf15959010aefa4a9de74ca37bbda766aa)
(cherry picked from commit 38c9f2d1b18b66453e9498559530e4ad7d0dc2ea)
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 dc91241f055bd3f35ce18266058b25cb6b4e11f0)
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 8c12a8dbcd480bc50b5752e0997a0ba2df23082d)
(cherry picked from commit aa1e6b41965bd536c135a3035126302eaba06b3f)
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 8f7463fcc4e9605c3110c9da93eb63ba81c48404)
(cherry picked from commit 5489c34803a42499c1ecbf30049aa31ac6aa9d80)
Author: Pavel Czerny <pczerny@opennebula.systems>
Author: Michal Opala <mopala@opennebula.io>
(cherry picked from commit f12c365d3eb8c1844b52876ac1bab625ca431f2f)
The ongoing backup cancel action is terminated through
backup_cancel_driver instead of the generic cancel operation.
(cherry picked from commit 01313630a9366be664704084b5f4f0e49c57297b)
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)