-
Notifications
You must be signed in to change notification settings - Fork 309
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
DAOS-15136 client: Switch to using libfused #14077
Conversation
Ticket title is 'we build a libfuse rpm but there is no matching developer build' |
ad0ec30
to
77dc952
Compare
Test stage Build RPM on EL 9 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/2/execution/node/354/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/2/execution/node/327/log |
Test stage Build RPM on Leap 15.5 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/2/execution/node/287/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/2/execution/node/351/log |
825db6d
to
3105249
Compare
Test stage Build RPM on Leap 15.5 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/4/execution/node/349/log |
Test stage Build RPM on EL 9 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/4/execution/node/341/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/4/execution/node/369/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/4/execution/node/353/log |
3105249
to
498f312
Compare
Test stage Build RPM on Leap 15.5 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/5/execution/node/270/log |
Test stage Build RPM on EL 9 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/5/execution/node/349/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/5/execution/node/309/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/5/execution/node/355/log |
498f312
to
5bfee34
Compare
Test stage Build RPM on Leap 15.5 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/6/execution/node/287/log |
Test stage Build RPM on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/6/execution/node/364/log |
5bfee34
to
2c75fc4
Compare
Test stage Build DEB on Ubuntu 20.04 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/6/execution/node/350/log |
Switch to using libfused instead of libfuse3 PR-repos: fused@PR-1:28 Required-githooks: true Change-Id: I382b96a17a8d503d6cf7321b57050e7ab0c187d4 Signed-off-by: Jeff Olivier <[email protected]>
Required-githooks: true Change-Id: Iddf5882e12161746511e598b3cb4ae380af35683
Required-githooks: true Change-Id: Icdd7235f8a93363ee7cc33a1adb5e3c43956c4aa Signed-off-by: Jeff Olivier <[email protected]>
2c75fc4
to
20bf3b6
Compare
Test stage Build RPM on EL 9 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/8/execution/node/326/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/8/execution/node/345/log |
Test stage Build RPM on Leap 15.5 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/8/execution/node/329/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/8/execution/node/338/log |
Copyright warnings are wrong because it's only been merged this year. |
let's get a review from release team before landing this |
Features: dfuse Allow-unstable-build: true Signed-off-by: Jeff Olivier <[email protected]>
5752261
Features: dfuse Allow-unstable-test: true Signed-off-by: Jeff Olivier <[email protected]>
Features: dfuse Allow-unstable-test: true Signed-off-by: Jeff Olivier <[email protected]>
Test-tag: dfuse Allow-unstable-test: true Signed-off-by: Jeff Olivier <[email protected]>
Allow-unstable-test: true Signed-off-by: Jeff Olivier <[email protected]>
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-14077/34/testReport/ |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14077/34/execution/node/1425/log |
Test-tag: dfuse Allow-unstable-test: true Signed-off-by: Jeff Olivier <[email protected]>
Switch to using libfused instead of libfuse3 This enables the following: customization of libfuse for dfuse use case Ability to release the library without breaking other fuse users. fused is a fork of libfuse that renames the library and header file directory. Allow-unstable-test: true Features: dfuse Change-Id: If6d2abe9dd4d02fe6b78c92c9b091cbad1838494 Signed-off-by: Jeff Olivier <[email protected]> Co-authored-by: Ashley Pittman <[email protected]>
Switch to using libfused instead of libfuse3 This enables the following: customization of libfuse for dfuse use case Ability to release the library without breaking other fuse users. fused is a fork of libfuse that renames the library and header file directory. Allow-unstable-test: true Features: dfuse Skip-func-hw-test: false Change-Id: If6d2abe9dd4d02fe6b78c92c9b091cbad1838494 Signed-off-by: Jeff Olivier <[email protected]> Co-authored-by: Ashley Pittman <[email protected]> Signed-off-by: Jeff Olivier <[email protected]>
Switch to using libfused instead of libfuse3 This enables the following: customization of libfuse for dfuse use case Ability to release the library without breaking other fuse users. fused is a fork of libfuse that renames the library and header file directory. Allow-unstable-test: true Features: dfuse Skip-func-hw-test: false Change-Id: If6d2abe9dd4d02fe6b78c92c9b091cbad1838494 Signed-off-by: Jeff Olivier <[email protected]> Co-authored-by: Ashley Pittman <[email protected]> Signed-off-by: Jeff Olivier <[email protected]>
Switch to using libfused instead of libfuse3 This enables the following: customization of libfuse for dfuse use case Ability to release the library without breaking other fuse users. fused is a fork of libfuse that renames the library and header file directory. Change-Id: If6d2abe9dd4d02fe6b78c92c9b091cbad1838494 Co-authored-by: Ashley Pittman <[email protected]> Signed-off-by: Jeff Olivier <[email protected]>
Switch to using libfused instead of libfuse3 This enables the following: customization of libfuse for dfuse use case Ability to release the library without breaking other fuse users. fused is a fork of libfuse that renames the library and header file directory. Change-Id: If6d2abe9dd4d02fe6b78c92c9b091cbad1838494 Signed-off-by: Jeff Olivier <[email protected]> Co-authored-by: Ashley Pittman <[email protected]>
Switch to using libfused instead of libfuse3
This enables the following:
fused is a fork of libfuse that renames
the library and header file directory.
Change-Id: I382b96a17a8d503d6cf7321b57050e7ab0c187d4
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: