Skip to content

[Suggestion] - [jira] Use special variable to right separate mount for logs and home #844

Closed
@w1ndblow

Description

@w1ndblow

Suggestion

problem happen with config

localHome:
    persistentVolumeClaim:
      create: true

Into the pod mounts other volume

$ df
/dev/sdg   <> <> <>   1% /opt/atlassian/jira/logs

when pvc is creating it binds to first local-home mount (/opt/atlassian/jira/logs) and logs get space whereas local-home directory /var/atlassian/application-data/jira is not, it can see df command

if my decision #842 is not satisfied with our plan, i suggest create other variable and pvc for that

logs:
    persistentVolumeClaim:
      create: true

Product

jira

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions