Skip to content
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

[OVA] Admiral container should define a volume to persist the logs there #4680

Closed
sergiosagu opened this issue Apr 11, 2017 · 2 comments
Closed
Labels
kind/enhancement Behavior that was intended, but we want to make better priority/p2 product/admiral Related to the vSphere Integrated Containers Managment Portal product/ova Related to the OVA packaging of vSphere Integrated Containers

Comments

@sergiosagu
Copy link

Within the OVA for 1.1 we need Admiral container to define a volume to persist the logs there, otherwise the container logs are lost when, for example, the VA is restarted and (a new) Admiral container is recreated.

Steps to reproduce:
Deploy VIC 1.1 OVA.
Do some operation in Admiral (e.g. add host, add certificate, whatever), and check that it will generate some logs.
Restart the VA and check whether the old logs are there.

Actual behavior:
Admiral container logs are brand new after restarting the VA.

Expected behavior:
Admiral container logs are brand new after restarting the VA, but the logs from previous Admiral containers runs are kept somewhere and are accessible.

Additional details as necessary:
cc @frapposelli @tgeorgiev

@frapposelli frapposelli added kind/enhancement Behavior that was intended, but we want to make better priority/p2 product product/admiral Related to the vSphere Integrated Containers Managment Portal labels Apr 11, 2017
@frapposelli
Copy link
Member

We do persist admiral logs using systemd (journalctl -u admiral.service) so we're not losing logs at restart.

Moving to priority low

@andrewtchin
Copy link
Contributor

Issue moved to vmware/vic-product #885 via ZenHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Behavior that was intended, but we want to make better priority/p2 product/admiral Related to the vSphere Integrated Containers Managment Portal product/ova Related to the OVA packaging of vSphere Integrated Containers
Projects
None yet
Development

No branches or pull requests

3 participants