Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Cannot write data to Cloudstor / NFS / EFS volumes in 18.09.2 Template #196

@paullj1

Description

@paullj1

Expected behavior

  • Should be able to write data to a Cloudstor volume mounted inside a container

Actual behavior

  • Any attempt to write data (perhaps only binary data?) to the Cloudstor volume hangs the container indefinitely

Information

Steps to reproduce the behavior

  1. Create a brand new stack using the latest stable template
  2. SSH to any of the manager instances
  3. Create a Cloudstor volume
  4. Start a container with that Cloudstor volume mapped somewhere inside
  5. Run: echo 'test' > /path/to/vol/test_file (this should work)
  6. Run: cat /path/to/vol/test_file (this should work)
  7. Run: dd if=/dev/urandom of=/path/to/vol/test_file2 bs=1M count=10 (this will hang indefinitely)

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