-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Agent] fixed mage package for agent #17368
Conversation
It's that new behavior from macOS? Where the 500m values comes from and does this mean the dmg will be 500megs? |
500 megs is my value, i wanted to provide a value which is |
Weird, did you have the failling locally? I've run |
Pinging @elastic/ingest-management (Team:Ingest Management) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, tested this locally and works again.
@ph I assume the dmg is not built on Linux.
Yeah, odd. thanks @michalpristas LGTM |
Tested on my mac works. |
[Agent] fixed mage package for agent (elastic#17368)
backported in #17574 to have a working build |
… enable building the agent. (#17574) * Fix issue when building Agent snapshot and enable building the agent. (#16927) An extension in the generated files ("SNAPSHOT") was preventing us to correctly generate the agent artifact with the packaged metricbeat/filebeat. Fixes: #16908 (cherry picked from commit 62d3683) * [Agent] Fix installers (#17077) [Agent] Fix installers for snapshots (#17077) * [Agent] fixed mage package for agent (#17368) [Agent] fixed mage package for agent (#17368) * [Agent] Make default config OS agnostic (#17016) [Agent] Make default config OS agnostic (#17016) * [Agent] Docker image for integration tests (#16898) [Agent] Docker image for integration tests (#16898) Co-authored-by: Michal Pristas <[email protected]>
What does this PR do?
mage package
fordmg
was failing for agent ashdiutils create
failed to fit content of package into volume.Specifying a larger initial size of a volume seems to fix the issue.
Why is it important?
makes mage package work
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.