-
Notifications
You must be signed in to change notification settings - Fork 1.2k
server: skip setting vm password when restored from backup #11948
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
base: 4.22
Are you sure you want to change the base?
Conversation
Fixes apache#11941 Signed-off-by: Abhishek Kumar <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.22 #11948 +/- ##
============================================
+ Coverage 17.56% 17.64% +0.08%
- Complexity 15540 15673 +133
============================================
Files 5909 5909
Lines 529045 534130 +5085
Branches 64615 67020 +2405
============================================
+ Hits 92933 94264 +1331
- Misses 425657 429276 +3619
- Partials 10455 10590 +135
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Abhishek Kumar <[email protected]>
|
@shwstppr Does it show the password on vm creation from backup like it does for normal vm creation? |
|
@abh1sar no. I don't think that will be possible. We don't store the password with the backup (even with VM entry in the DB). |
|
@blueorangutan package |
|
@shwstppr a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✖️ el8 ✖️ el9 ✔️ debian ✖️ suse15. SL-JID 15737 |
|
Hi @shwstppr |
|
Thanks for checking @abh1sar. |
Description
Fixes #11941
User can use the same password as the original VM at the time of backup. Or else the reset password option can be used. Behaviour can be documented.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?