File base manual conversion issue

Hi Elvin,
In default.0 group we have 9 filesystems in rw:

[root@mgm-1 mgm]# eos fs ls | grep default.0
 fst-1.eos.grid.vbc.ac.at 1095      1                /srv/data/data.00        default.0 vbc::rack1::pod1       booted             rw      nodrain   online        no mdstat 
 fst-2.eos.grid.vbc.ac.at 1095     29                /srv/data/data.00        default.0 vbc::rack1::pod1       booted             rw      nodrain   online        no mdstat 
 fst-3.eos.grid.vbc.ac.at 1095     57                /srv/data/data.00        default.0 vbc::rack1::pod1       booted             rw      nodrain   online        no mdstat 
 fst-4.eos.grid.vbc.ac.at 1095     85                /srv/data/data.00        default.0 vbc::rack1::pod2       booted             rw      nodrain   online        no mdstat 
 fst-5.eos.grid.vbc.ac.at 1095    113                /srv/data/data.00        default.0 vbc::rack1::pod2       booted             rw      nodrain   online        no mdstat 
 fst-6.eos.grid.vbc.ac.at 1095    141                /srv/data/data.00        default.0 vbc::rack1::pod2       booted             rw      nodrain   online        no mdstat 
 fst-7.eos.grid.vbc.ac.at 1095    169                /srv/data/data.00        default.0 vbc::rack1::pod3       booted             rw      nodrain   online        no mdstat 
 fst-8.eos.grid.vbc.ac.at 1095    197                /srv/data/data.00        default.0 vbc::rack1::pod3       booted             rw      nodrain   online        no mdstat 
 fst-9.eos.grid.vbc.ac.at 1095    225                /srv/data/data.00        default.0 vbc::rack1::pod3       booted             rw      nodrain   online        no mdstat 

The group filling looks ok:

[root@mgm-1 mgm]# eos group ls default.0
┌──────────┬────────────────┬────────────┬──────┬────────────┬────────────┬────────────┬──────────┬──────────┐
│type      │            name│      status│ N(fs)│ dev(filled)│ avg(filled)│ sig(filled)│ balancing│   bal-shd│
└──────────┴────────────────┴────────────┴──────┴────────────┴────────────┴────────────┴──────────┴──────────┘
 groupview         default.0           on      9         1.56        37.07         0.78       idle          0 

This is how I start the conversion:

[root@mgm-1 mgm]# eos convert file /eos/vbc/user/erich.birngruber/plain.txt replica:2 default
Scheduled conversion job: 00000000011be2c9:default#00650112
[root@mgm-1 mgm]# eos convert list --pending
info: no pending conversions
[root@mgm-1 mgm]# eos convert list --failed
[...]
│00000000011be2c9:default.0#00650112 converted file replica number mismatch -- expected=2 actual=7                                                                                                                                                                                                                                                                          │

[root@mgm-1 mgm]# eos fileinfo /eos/vbc/user/erich.birngruber/plain.txt
  File: '/eos/vbc/user/erich.birngruber/plain.txt'  Flags: 0777
  Size: 11
Modify: Mon Mar  1 17:56:41 2021 Timestamp: 1614617801.987816000
Change: Wed Mar  3 14:40:37 2021 Timestamp: 1614778837.128168702
 Birth: Mon Mar  1 17:56:41 2021 Timestamp: 1614617801.947152352
  CUid: 10661 CGid: 0 Fxid: 011be2c9 Fid: 18604745 Pid: 18 Pxid: 00000012
XStype: adler    XS: 18 3c 03 ba    ETAGs: "4994173207838720:183c03ba"
Layout: raid6 Stripes: 7 Blocksize: 1M LayoutId: 20640642 Redundancy: d3::t0 
  #Rep: 7
┌───┬──────┬────────────────────────┬────────────────┬─────────────────┬──────────┬──────────────┬────────────┬────────┬────────────────────────┐
│no.│ fs-id│                    host│      schedgroup│             path│      boot│  configstatus│       drain│  active│                  geotag│
└───┴──────┴────────────────────────┴────────────────┴─────────────────┴──────────┴──────────────┴────────────┴────────┴────────────────────────┘
 0      137 fst-5.eos.grid.vbc.ac.at       default.24 /srv/data/data.24     booted             rw      nodrain   online         vbc::rack1::pod2 
 1       25 fst-1.eos.grid.vbc.ac.at       default.24 /srv/data/data.24     booted             rw      nodrain   online         vbc::rack1::pod1 
 2       81 fst-3.eos.grid.vbc.ac.at       default.24 /srv/data/data.24     booted             rw      nodrain   online         vbc::rack1::pod1 
 3      165 fst-6.eos.grid.vbc.ac.at       default.24 /srv/data/data.24     booted             rw      nodrain   online         vbc::rack1::pod2 
 4      221 fst-8.eos.grid.vbc.ac.at       default.24 /srv/data/data.24     booted             rw      nodrain   online         vbc::rack1::pod3 
 5      193 fst-7.eos.grid.vbc.ac.at       default.24 /srv/data/data.24     booted             rw      nodrain   online         vbc::rack1::pod3 
 6      249 fst-9.eos.grid.vbc.ac.at       default.24 /srv/data/data.24     booted             rw      nodrain   online         vbc::rack1::pod3 

*******

(FS in sched group default.24 and the group default.24 look similar to group default.0)

Best,
Erich