1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-03 01:17:41 +03:00
Commit Graph

20585 Commits

Author SHA1 Message Date
Jorge Miguel Lobo Escalona
1eaedde073
F #6393: Change support text (#2812) 2023-11-13 16:24:54 +01:00
Ruben S. Montero
118e305973
F #6333: Fix ssh-replica issues
- Remove self-link when saving persistent images
- Adjust migrate to new structure (>6.8) that not use symlinks
2023-11-13 12:50:04 +01:00
Jorge Miguel Lobo Escalona
90b7aeb1f5
M #-: Reservation/Overcommitment (#2810) 2023-11-13 12:39:08 +01:00
Ruben S. Montero
a1232b2184
F #6333: Fix path bug (affects SSH drivers) 2023-11-12 13:24:33 +01:00
Ruben S. Montero
ea1d5183ea
F #6333: Snapshots for incremental backup mode
- Defines a new a attribute "INCREMENT_MODE" that can be "SNAPSHOT" or
     "CBT"

- SNAPSHOT mode: takes a disk snapshot (virsh snapshot-create-as or
  qemu-img). The current snapshot is saved in the backup store, and
  committed to the base disk image.

  The backup_qcow2.rb util adapt to different VM folder layout for SSH,
  shared, persistent, non persistent disks.

- Lint vxlan.rb

- Update onevm and XSD schema to reflect the new backup attribute
2023-11-10 19:40:26 +01:00
Pavel Czerný
2ada2ec687
M #-: Remove obsolete attribute from oned.conf (#2808) 2023-11-10 11:52:15 +01:00
Ruben S. Montero
9e5d6f1404
M #-: Remove unused settings in sched.conf 2023-11-10 11:30:16 +01:00
Ruben S. Montero
7a9fe2fa60
M #-: Remove unused code for Backup action in scheduler 2023-11-10 11:29:45 +01:00
Pavel Czerný
4756ef9d1b
B #6365: Fix mem leak in Scheduler, optimize Cluster construction (#2802)
- Fix memory leak in Scheduler
- Optimize BitMap
2023-11-10 10:34:04 +01:00
Jorge Miguel Lobo Escalona
b749757934
F #6323: Add status lock (#2807) 2023-11-08 13:24:08 +01:00
Ruben S. Montero
2808f43c72
M #-: Add sanity check on PHYDEV
Related to issue #6367, PHYDEV maybe an empry string. This commit adds
an additional sanity check on PHYDEV to skip any configuration if it is
empty
2023-11-08 12:05:30 +01:00
Jorge Miguel Lobo Escalona
450443e19d
B #6385: fix time to live (2FA sunstone) (#2805) 2023-11-07 18:34:26 +01:00
vichansson
9f6b8a1891
B OpenNebula/one#6375: Remove duplicate CPU field (#2804) 2023-11-07 12:34:44 +01:00
vichansson
afea9c2fea
F OpenNebula/one#6121: Quota components refactor (#2803) 2023-11-06 18:26:07 +01:00
Daniel Clavijo Coca
97c683f9f6
M #: Add missing CLI autocompletion for onemarket (#2800) 2023-11-06 13:11:22 +01:00
vichansson
4fb8cc30b5
M #-: Update RSunstone labels (#2801) 2023-11-06 11:28:56 +01:00
Ruben S. Montero
0532f2f5d0
B #6370: Fix return code when importing market service
The import function is expected to return an array [rc, [images], [templates]].
The commit fix that when there is an error importing the service app.

(cherry picked from commit 9c0877d30d)
2023-11-02 16:30:35 +01:00
Jorge Miguel Lobo Escalona
5f0d555d07
F #6323: BackupJobs tab in FireEdge (#2798) 2023-11-02 16:27:02 +01:00
Ruben S. Montero
72a5dee464
B #-: Fix disk snapshot live for ssh driver
It does not work when disks are not a symlink

(cherry picked from commit 8a0b647f3fb6f211218a06b1a3b759546ff62b1d)
2023-11-02 09:52:50 +01:00
vichansson
93a039bd8b
B OpenNebula/one#6349: Fix VM template NIC (#2795) 2023-10-27 14:55:01 +02:00
David
00b7ac4a3e
B #: Error when getting cluster info (#2794)
Signed-off-by: David Carracedo <dcarracedo@opennebula.io>
2023-10-27 12:12:44 +02:00
vichansson
ef3d15148b
M #-: Fix API filtering (#2793)
Fixes a bug where API filter flags always were ignored.

Signed-off-by: Victor Hansson <vhansson@opennebula.io>
2023-10-26 17:49:23 +02:00
vichansson
e4a26f947e
M #-: Remove text transform (#2791)
Labels are now natively displayed without applying any text transforms to them.
2023-10-26 11:17:18 +02:00
Daniel Clavijo Coca
313391b651
F OpenNebula/one#6363: Handle system snapshots after poweroff (#2790) 2023-10-26 10:56:14 +02:00
Pavel Czerný
c6d50954ef
B #6367: Fix onevnet update for empty attributes (#2787) 2023-10-26 10:45:30 +02:00
vichansson
67d634ef77
B OpenNebula/one#6347: Fix typo + calculations (#2788)
Fixes a typo in the translation constants where Disk Write IOPS was missing. Also adds a function to the Chartists component that now calculates the delta values for the input data if the derivative=true prop is passed to it.

Signed-off-by: Victor Hansson <vhansson@opennebula.io>
2023-10-25 18:44:10 +02:00
vichansson
52067ecfc0
M #-: Filter backup datastores (#2785)
Now only shows datastores of type backup in the VM backup dialog.
2023-10-24 17:54:21 +02:00
vichansson
a1a19c7a63
F OpenNebula/one#5901: Add cypress identifiers (#2783) 2023-10-24 13:22:54 +02:00
mkutouski
403f780497
M #-: oneflow delete --force analog (#2784)
An information on how to force oneflow service removal added
2023-10-23 14:35:32 +02:00
Daniel Clavijo Coca
7c91082e33
F OpenNebula/one#6242: prioritize file read (#2779) 2023-10-23 12:19:42 +02:00
vichansson
5ca01807f5
M #-: modify label view (#2781)
Modifies the way labels are displayed on vm templates
2023-10-19 18:21:59 +02:00
vichansson
c461d30846
F OpenNebula/one#5901: Add VmGroup Tab (#2775) 2023-10-18 16:33:24 +02:00
vichansson
3d7c4f4b24
B #-: Fix incorrect handling (#2778) 2023-10-18 16:23:11 +02:00
vichansson
f3c9a8f5bf
M #-: Dereference deleted rows (#2777) 2023-10-18 16:19:28 +02:00
Tino Vázquez
55e4c2b9dd
M #-: Bump version 6.99.80 2023-10-18 16:00:52 +02:00
Jorge Miguel Lobo Escalona
bf030d2b6e
M #-: Translated strings for F and R Sunstone (#2776)
for 6.8.0 release
2023-10-13 13:00:35 +02:00
Jorge Miguel Lobo Escalona
e3d09b404d
M #-: fix status BJ and fix input to add numbers (#2774) 2023-10-11 18:23:18 +02:00
Jorge Miguel Lobo Escalona
0b89c0d575
M #-: typo fixed in FireEdge config (#2773) 2023-10-11 14:33:36 +02:00
Ruben S. Montero
652eddb2eb
M #-: Add hint in update-locks help banner 2023-10-11 10:29:31 +02:00
Jan Orel
01b5a2fc78
M #-: Add RedHat gemfile locks (#2761)
Requires following vars to be exported
RHEL_USER
RHEL_PASSWORD
RHEL_POOL_ID
2023-10-11 10:21:10 +02:00
Tino Vázquez
3e17d5e859
M #-: Bump version 6.8.0 2023-10-10 13:24:13 +02:00
Daniel Clavijo Coca
0b2ce6c700
B OpenNebula/one#6345: Fix oneflow CLI autocompletion (#2772) 2023-10-09 18:49:28 +02:00
Jorge Miguel Lobo Escalona
9ed471c694
B #~: fix login error fireedge (#2771) 2023-10-09 16:53:53 +02:00
Jorge Miguel Lobo Escalona
556e3513da
B #6337: Add decimals when resize capacity (#2770) 2023-10-05 11:06:48 +02:00
William Wei
45a8543ab8
M #-: [goca] Change Datastores to struct/array types
Datastores are model as a struct from HostXML.cc to parse additional
data like FREE_MB/USED_MB/TOTAL_MB.

The attribute in HostShare is an array of Datastore structs as a Host can have
more then one datastore.

co-authored-by: Pavel Czerný <pczerny@opennebula.io>
2023-10-04 12:54:20 +02:00
David
1770041757
F OpenNebula/one#6286: Sunstone video section (#2769) 2023-10-04 10:28:28 +02:00
Neal
686c434389
B OpenNebula/one#6286: fixes for video device xml generation (#2768)
Signed-off-by: Neal Hansen <nhansen@opennebula.io>
2023-10-02 22:40:07 +02:00
vichansson
f0cd8b4a52
M #-: Fixed conditional in VM snapshot tab (#2767)
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
2023-09-29 16:22:03 +02:00
vichansson
c69a1e6ce7
M #-: Modified VM snapshot tab (#2766) 2023-09-28 18:30:21 +02:00
David
25cf52e30e
M #-: Ensure oneConfig hook is ready to create the form (#2764) 2023-09-28 18:25:37 +02:00