Comment 1 for bug 1894323

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote : Re: Add fence_aws fencing agent to Bionic (4.0.25-2ubuntu1)

Looks like the ONLY commit present in Ubuntu Focal and Groovy

$ for commit in $(git log --no-merges --grep fence_aws --pretty='format:%h'); do echo -n $(git describe $commit); echo " - " $(git tag --contains $commit | head -1) ; done
v4.5.2-50-g50772024 - v4.6.0
v4.5.2-49-gbe206158 - v4.6.0
v4.5.2-26-g9758f8c8 - v4.6.0
v4.5.2-25-g3f5676a7 - v4.6.0
v4.5.2-21-g1c2f791b - v4.6.0
v4.5.2-12-g7ac16fb2 - v4.6.0
v4.0.25-95-ga3f45322 - v4.1.0

Okay, so here we see that Groovy should definitely, together with LP: #1889070, have a FFe for recently released v4.6.0. Then, I have to backport the fence agent fixes to Focal. Then I have to backport v4.0.25-95-ga3f45322 AND fixes to Bionic.