Hi Daniel,
On Wed, Dec 28, 2022 at 3:17 AM Daniel Kovacs wrote:
>
> Hello!
>
> I'd like to create a CephFS subvol, with these command: ceph fs
> subvolume create cephfs_ssd subvol_1
> I got this error: Error EINVAL: invalid value specified for
> ceph.dir.subvolume
> If I use another cephfs volume
Daniel,
Could you, for a brief moment, turn on the debug logs for mgr and mds and
then attempt to create the subvol.
I'd like to see what logs gets dumped in the logs when the EINVAL is
returned.
On Wed, Dec 28, 2022 at 10:13 PM Daniel Kovacs
wrote:
> We are on: 17.2.4
>
> Ceph fs volume ls outp
We are on: 17.2.4
Ceph fs volume ls output:
[
{
"name": "k8s_ssd"
},
{
"name": "inclust"
},
{
"name": "inclust_ssd"
}
]
I'd like to create a subvol in inclust_ssd volume. I can create
subvolume with same name in inclust without any problems.
B
Also, please list the volumes available on your system:
$ ceph fs volume ls
On Wed, Dec 28, 2022 at 9:09 AM Milind Changire wrote:
> What ceph version are you using?
>
> $ ceph versions
>
>
> On Wed, Dec 28, 2022 at 3:17 AM Daniel Kovacs
> wrote:
>
>> Hello!
>>
>> I'd like to create a CephFS
What ceph version are you using?
$ ceph versions
On Wed, Dec 28, 2022 at 3:17 AM Daniel Kovacs
wrote:
> Hello!
>
> I'd like to create a CephFS subvol, with these command: ceph fs
> subvolume create cephfs_ssd subvol_1
> I got this error: Error EINVAL: invalid value specified for
> ceph.dir.sub