Skip to content

A possible typo in naming checkpoint directory #6787

@planetA

Description

@planetA

Hello,

I noticed that an old commit (5397428) introduced an inconsistency in the naming of checkpoint directory when saving and when restoring:

checkpointPath, err = os.MkdirTemp(os.Getenv("XDG_RUNTIME_DIR"), "ctrd-checkpoint")

image, err = os.MkdirTemp(os.Getenv("XDG_RUNTIME_DIR"), "ctd-checkpoint")

I am not sure if it is a bug and I am not able to come up with an immediate minimum example. The commit is large and does not address this line change explicitly. Can someone have a look it this piece of code?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions