[ceph-users] Re: Manual deployment of an OSD failed

2021-08-18 Thread Janne Johansson
Den ons 18 aug. 2021 kl 21:49 skrev Francesco Piraneo G. : > > Il 17.08.21 16:34, Marc ha scritto: > > > ceph-volume lvm zap --destroy /dev/sdb > > ceph-volume lvm create --data /dev/sdb --dmcrypt > > > > systemctl enable ceph-osd@0 > > > Hi Marc, > > it worked! Thank you very much! > > I have some

[ceph-users] Re: Manual deployment of an OSD failed

2021-08-18 Thread Francesco Piraneo G.
Il 17.08.21 16:34, Marc ha scritto: ceph-volume lvm zap --destroy /dev/sdb ceph-volume lvm create --data /dev/sdb --dmcrypt systemctl enable ceph-osd@0 Hi Marc, it worked! Thank you very much! I have some question: 1. ceph-volume already enable and run ceph-osd, so I'm not required to ru

[ceph-users] Re: Manual deployment of an OSD failed

2021-08-17 Thread Francesco Piraneo G.
going to deploy a test cluster and successfully deployed my first monitor (hurray!). Now trying to add the first osd host following instructions at: https://docs.ceph.com/en/latest/install/manual-deployment/#bluestore ceph-volume lvm zap --destroy /dev/sdb ceph-volume lvm create --data /dev/sdb

[ceph-users] Re: Manual deployment of an OSD failed

2021-08-17 Thread Anthony D'Atri
> On Aug 17, 2021, at 12:28 PM, Francesco Piraneo G. > wrote: > > # ceph-volume lvm create --data /dev/sdb --dmcrypt --cluster euch01 Your first message indicated a default cluster name; this one implies a non-default name. Whatever else you do, avoid custom cluster names. They will only

[ceph-users] Re: Manual deployment of an OSD failed

2021-08-17 Thread Marc
> > going to deploy a test cluster and successfully deployed my first > monitor (hurray!). > > Now trying to add the first osd host following instructions at: > https://docs.ceph.com/en/latest/install/manual-deployment/#bluestore > ceph-volume lvm zap --destroy /dev/sdb ceph-volume lvm create