Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Convoy ignores dm.fs=xfs #190

Open
slavashvets opened this issue Jan 20, 2017 · 0 comments
Open

Convoy ignores dm.fs=xfs #190

slavashvets opened this issue Jan 20, 2017 · 0 comments

Comments

@slavashvets
Copy link

Environment

  • Convoy: v0.5.0
  • Docker: 1.12.5-1.el7.centos (x86_64)
  • OS: CentOS 7 (3.10.0-514.2.2.el7.x86_64)

Steps to reproduce

  1. Download and unpack convoy
  2. Create devices
  3. Start Convoy daemon
    convoy daemon --drivers devicemapper --driver-opts dm.datadev=/dev/docker/volumedata --driver-opts dm.metadatadev=/dev/docker/volumemetadata --driver-opts dm.fs=xfs
  4. Create volume:
    convoy create testxfs

Expected

The volume has XFS filesystem

Actual

# convoy inspect testxfs
{
        "Name": "testxfs",
        "Driver": "devicemapper",
        "MountPoint": "",
        "CreatedTime": "Fri Jan 20 13:57:11 +0300 2017",
        "DriverInfo": {
                "DevID": "27",
                "Device": "/dev/mapper/testxfs",
                "Driver": "devicemapper",
                "Filesystem": "ext4",
                "MountPoint": "",
                "Size": "107374182400",
                "VolumeCreatedAt": "Fri Jan 20 13:57:11 +0300 2017",
                "VolumeName": "testxfs"
        },
        "Snapshots": {}
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant