-
-
Notifications
You must be signed in to change notification settings - Fork 40
Cockpit: add support for KVM management #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cb398ef
to
3abcf87
Compare
perhaps a separate module for dnsmasq? #354 |
Yeah, that might be handy. I didn't check if there are any problems coming from default installation. Still working on it. |
69dd31a
to
bc0147f
Compare
WalkthroughThe update introduces a new feature parameter ✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (2)
tools/modules/system/module_armbian_kvmtest.sh (2)
21-26
: Add support for the new 'size' parameter in command-line parsing.The loop now includes
size
along with the other features. This enhancement allows users to dynamically specify the disk expansion size. Consider validating that the provided value is numeric and re-evaluating the use ofeval
for assigning parameters to improve security.🧰 Tools
🪛 Shellcheck (0.10.0)
[error] 22-22: Double quote array expansions to avoid re-splitting elements.
(SC2068)
[warning] 24-24: Quote the right-hand side of == in [[ ]] to prevent glob matching.
(SC2053)
40-40
: Correct the inline comment for the 'size' variable.The line
local size="${size:-10}"
initializes the disk expansion size with a default of 10 GB. However, the comment incorrectly states "number of instances". Please update the comment to accurately reflect its purpose (e.g., "default disk expansion size in GB").
deprecated, closing. |
Description
Implementation Details
apt install
Testing Procedure
Checklist