Closed amissael95 closed 1 year ago
@piste-jp-ibm I have seen that the Build for Debian9 is failing since some index files are not able to be downloaded during the validation process.
Do you know how can I solve this issue?
I have seen that the Build for Debian9 is failing since some index files are not able to be downloaded during the validation process.
It looks debian9 is little bit old. Need to consider to move to debian11 instead. But, as you know, I'm not an official owner of this project, I believe your team needs to handle such kind of operations for this project.
Of course, I can assist your team. But I don't have enough time to manage this project as I did before.
I have seen that the Build for Debian9 is failing since some index files are not able to be downloaded during the validation process.
It looks debian9 is little bit old. Need to consider to move to debian11 instead. But, as you know, I'm not an official owner of this project, I believe your team needs to handle such kind of operations for this project.
Of course, I can assist your team. But I don't have enough time to manage this project as I did before.
@piste-jp-ibm I also think that we should change it to Debian11 as you are commenting.
@juliocelon Could we work on this item together?
Regards
@piste-jp-ibm I also think that we should change it to Debian11 as you are commenting.
The build check except CentOS7/8 is optional. So it is not required for merging the change (when I'm managing this repository at least).
I recommend that you just remove Debian9 check build from the tree.
@piste-jp-ibm, all comments were addressed.
Message example:
This is how the warning will be shown on ltfs.log when LE is requested to be started:
[root@miller log]# grep 14123W ltfs.log | tail -n 1 2023-06-19T17:33:19.980700-06:00 miller ltfs[1819615]: 1bc3df LTFS14123W The main function of FUSE returned error (1).
I assume "1bc3df" will have a meaning under the FUSE return code spec. Right?
Message example: This is how the warning will be shown on ltfs.log when LE is requested to be started:
[root@miller log]# grep 14123W ltfs.log | tail -n 1 2023-06-19T17:33:19.980700-06:00 miller ltfs[1819615]: 1bc3df LTFS14123W The main function of FUSE returned error (1).
I assume "1bc3df" will have a meaning under the FUSE return code spec. Right?
It is just the thread id from where the message was show.
@juliocelon , @perezle
One of you need to merge this into the correct branch. At this time, v2.4-stable
is the branch for IBM products. (Please use Squash and merge
for keep the branch clean. Away from really tiny meaningless commits like Fix typos
.)
@juliocelon , @perezle
It looks this PR is opened against the master
branch. You have 2 options.
master
with Squash and merge
and then cherry-pick
this to the v2.4-stable
branchv2.4-stable
branch. After that merge the new one to the v2.4-stable
branch and then cherry-pick
to the master
branch@juliocelon , @perezle
It looks this PR is opened against the
master
branch. You have 2 options.
- Merge this to the
master
withSquash and merge
and thencherry-pick
this to thev2.4-stable
branch- Reject this and ask open another new PR against the
v2.4-stable
branch. After that merge the new one to thev2.4-stable
branch and thencherry-pick
to themaster
branch
Thanks, Abe-San, we will take option 1.
Summary of changes
This pull request includes following changes or fixes.
Description
This change is needed to be able to track an error on fuse_main in case it happens.
Fixes #403
Type of change
Checklist: