-
Notifications
You must be signed in to change notification settings - Fork 75
fix discovery issue when using static file server #175
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
fix discovery issue when using static file server #175
Conversation
* use basefsUri and basefsFile to replace basefs
|
@RackHD/corecommitters please review. |
|
Jenkins: test this please, with PR RackHD/on-http#492 and RackHD/on-tasks#356 |
|
Build finished. |
|
BUILD on-taskgraph #1582 : UNSTABLE
BUILD smoke-test #3517 Error Logs: Test Name: redfish_emc_catalogs_test BUILD on-taskgraph #1582 Error Logs: Test Name: redfish_emc_catalogs_test |
|
test this please |
|
Build finished. |
|
👍 |
Node discovery fails when using static file server, because basefs and overlayfs are always pulled from API_CB(api.server) rather than file.server.
The solution is to change BASEFS and OVERLAYFS to be full URL instead of file path.
@RackHD/corecommitters @iceiilin @cgx027 @panpan0000