-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
secstorage.nfs.version is not used in two scenarios #9469
Comments
We can also not mount CD ISO to instances unless the NFS server explicitly supports NFSv3. This is with secstorage.nfs.version being set to
|
that's good point @Revellski , thanks we need to review all the operations which mount secondary storage on hosts or management servers, including
|
hm, I think this happened a few times now @JoaoJandre , me changing the setting of the milestone after you have, sorry. I think we can add fixes to 4.19 and merge forward, whereas enhancements should go in 4.20 directly, agree? |
also editting labels at the same time seems to clash :) |
@DaanHoogland Yeah, this makes sense. |
Fixes apache#9469 Signed-off-by: Abhishek Kumar <[email protected]>
@weizhouapache I've created #9559 for the original issues. Regarding #9469 (comment), do we any time mount ISOs on the hypervisor hosts? |
I think there might be several checks , for example
|
Fixes apache#9469 Signed-off-by: Abhishek Kumar <[email protected]>
Do we create new tickets for these @weizhouapache ? (and close this one!) |
I did not check the scenarios, therefore cannot say if there are issues. thanks @shwstppr @DaanHoogland |
the NFS version is not considered in two scenarios
cloudstack/engine/schema/src/main/java/com/cloud/upgrade/SystemVmTemplateRegistration.java
Line 87 in 7214c13
cloudstack/engine/schema/src/main/java/com/cloud/upgrade/SystemVmTemplateRegistration.java
Lines 436 to 437 in 7214c13
cloudstack/server/src/main/java/org/apache/cloudstack/diagnostics/DiagnosticsServiceImpl.java
Lines 479 to 481 in 7214c13
the nfs version is set to
null
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: