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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
When cloned rbd is moved to the CEPH_TRASH, the
clone snapshot (@snap) could not be deleted which
can lead to data loss when switching the image to
persistent and back. Flattening rbd before moving
to trash should fix it.
Libvirt does not recreate bitmaps present in qcow2 disk images. This
prevents the proper cleaning of bitmaps during a poweron cycle. This
patch redefines all backups not present in libvirt so they are cleaned
* Fix bug with empty bitmaps that may occur on power-off / incremental
on the first backup
* Add -U (force-share) option to convert operations to prevent locking
the disk files
* Add a 1s sleep to wait for FS to release resources after nbd server is
stopped
(cherry picked from commit 31dadefc5b9f55e4cf62d4bbcd17a91d74250c66)
* Datastores (fs/shared) can set QCOW2_STANDALONE to create disk images without backing files. This will increase clone times but will not have any dependencies.
VM topology can be defined:
- To use a NUMA node and huge pages. Example:
TOPOLOGY = [ NODE_AFFINITY = 0, HUGEPAGE_SIZE = 2 ]
- To use huge pages without specifying the NUMA node. Example:
TOPOLOGY = [ HUGEPAGE_SIZE = 2 ]
In any case OpenNebula will:
- look (or check) for a NUMA node with enough free huge pages
- will pick the NUMA node with more free pages (if no NUMA node is specified)
- configure the VM with CPU affinity to the selected NUMA node
(cherry picked from commit 1b3b88ed4e4087b20a2925fbe42ad362aaee3fcd)
* 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)