fa1d93e933
Bump version to 0.9.29
2021-07-19 16:55:41 -04:00
71e4d0b32a
Bump version to 0.9.28
2021-07-19 09:29:34 -04:00
f16bad4691
Revamp confirmation options for vm modify
...
Before, "-y"/"--yes" only confirmed the reboot portion. Instead, modify
this to confirm both the diff portion and the restart portion, and add
separate flags to bypass one or the other independently, ensuring the
administrator has lots of flexibility. UNSAFE mode implies "-y" so both
would be auto-confirmed if that option is set.
2021-07-19 00:25:43 -04:00
15d92c483f
Bump version to 0.9.27
2021-07-19 00:03:40 -04:00
7dd17e71e7
Fix bug with VM editing with file
...
Current config is needed for the diff but it was in a conditional.
2021-07-19 00:02:19 -04:00
602093029c
Bump version to 0.9.26
2021-07-18 20:49:52 -04:00
2358ad6bbe
Reduce the number of lines per call
...
500 was a lot every half second; 200 seems more reasonable. Even a fast
kernel boot should generate < 200 lines in half a second.
2021-07-18 20:23:45 -04:00
a0e9b57d39
Increase log line frequency
2021-07-18 20:19:59 -04:00
2d48127e9c
Use even better/faster set comparison
2021-07-18 20:18:35 -04:00
55f2b00366
Add some spaces for better readability
2021-07-18 20:18:23 -04:00
ba257048ad
Improve output formatting of node logs
2021-07-18 20:06:08 -04:00
a088aa4484
Add node log functions to API and CLI
2021-07-18 18:54:28 -04:00
8f3b68d48a
Mention multiple option for tags in VM define
2021-07-14 01:12:10 -04:00
6d4c26c8d8
Don't show tag line in info if no tags
2021-07-14 00:59:24 -04:00
75fb60b1b4
Add VM list filtering by tag
...
Uses same method as state or node filtering, rather than altering how
the main LIMIT field works.
2021-07-14 00:59:20 -04:00
9ea9ac3b8a
Revamp tag handling and display
...
Add an additional protected class, limit manipulation to one at a time,
and ensure future flexibility. Also makes display consistent with other
VM elements.
2021-07-13 22:39:52 -04:00
2e9f6ac201
Bump version to 0.9.25
2021-07-11 23:19:09 -04:00
551bae2518
Bump version to 0.9.24
2021-07-09 15:58:36 -04:00
9d0eb20197
Mention UUID matching in vm list help
2021-07-09 11:51:20 -04:00
3f5b7045a2
Allow raw listing of cluster names in CLI
2021-07-09 10:53:20 -04:00
7082982a33
Bump version to 0.9.23
2021-07-05 23:40:32 -04:00
54f82a3ea0
Fix bug in VM network list with SR-IOV
2021-07-05 15:14:01 -04:00
37cd278bc2
Bump version to 0.9.22
2021-07-05 14:18:51 -04:00
087c23859c
Adjust layout of Provisioner lists output
...
Use the same header format as the others.
2021-07-05 14:06:22 -04:00
6c21a52714
Adjust layout of Ceph/storage lists output
...
Use the same header format as node, VM, and network lists.
2021-07-05 12:57:18 -04:00
afde436cd0
Adjust layout of Network lists output
...
Use the same header format as node and VM lists.
2021-07-05 11:48:39 -04:00
1fe71969ca
Adjust layout of VM list output
...
Matches the new node list output format with the additional header line,
as well as revamps some other aspects:
1. Adjusts the UUID to be under the name in the info output.
2. Removes the UUID from the list output to save space, because this
is generally not needed in day-to-day quick-list output.
3. Renames the "Node" header to "Current" to better reflect what
that column actually means and avoid conflicting with the parent
header.
2021-07-05 10:52:48 -04:00
2b04df22a6
Add PVC version to node information output
...
Also adjusts the layout of the node list output to avoid excessively
long lines. Adds another header line with categories and spacing dashes
for easier visual parsing.
2021-07-05 10:45:20 -04:00
fe0a1d582a
Bump version to 0.9.21
2021-06-29 19:21:31 -04:00
ffdd6bf3f8
Fix typo in command argument
2021-06-29 18:22:39 -04:00
bbb132414c
Restore shebang and don't do store if completion
2021-06-23 05:26:50 -04:00
04fa63f081
Only hit the network endpoint once
...
Otherwise this is hit for every VM which gets very slow very fast.
2021-06-23 05:15:48 -04:00
f248d579df
Convert pvc-client-cli into a proper Python module
...
Also fixes up the Debian packaging such that this works how I would
want, with proper module installation while leaving everything else
untouched. Finally implements automatic installation and removal of the
BASH completion for the PVC command.
2021-06-23 05:03:19 -04:00
1ae34c1960
Fix bad messages in volume remove
2021-06-22 04:31:02 -04:00
e6b26745ce
Adjust some help messages in pvc.py
2021-06-22 03:40:21 -04:00
7d2a3b5361
Ensure Macvtap NICs can use a model
...
Defaults to virtio like a bridged NIC. Otherwise performance is abysmal.
2021-06-22 02:38:16 -04:00
1787a970ab
Fix bug in address check format string
2021-06-22 02:21:32 -04:00
b532bc9104
Add missing managed flag for hostdev
2021-06-21 23:22:36 -04:00
eeb83da97d
Add support for SR-IOV NICs to VMs
2021-06-21 23:18:22 -04:00
13cc0f986f
Implement SR-IOV VF config set
...
Also fixes some random bugs, adds proper interface sorting, and assorted
tweaks.
2021-06-21 18:40:11 -04:00
e13baf8bd3
Add initial SR-IOV list/info to CLI
2021-06-21 17:12:53 -04:00
164becd3ef
Fix info and list matching
2021-06-15 02:32:34 -04:00
da48304d4a
Avoid hackery in VNI list and support direct type
2021-06-15 00:31:13 -04:00
ddd3eeedda
Remove needless literal_eval statements
2021-06-14 01:46:30 -04:00
a2205bec13
Allow VM dump to file directly
...
Similar to the cluster backup task.
2021-06-13 22:32:54 -04:00
7727221b59
Correctly use the Click file in backups
2021-06-13 22:17:35 -04:00
a48bf2d71e
More gracefully handle none selectors
...
Allow selection of "none" as the node selector, and handle this by
always using the cluster default instead of writing it in.
2021-06-01 11:13:13 -04:00
a1969eb981
Allow overwrite during init command
2021-05-31 00:12:28 -04:00
3128c8fa70
Correct flawed conditional in some commands
2021-05-25 09:59:20 -04:00
f46c2e7f6a
Implement VM rename functionality
...
Closes #125
2021-05-23 17:21:19 -04:00