[ceph-users] Re: Beginner's installation questions about network

2020-11-15 Thread Sean Johnson
> The nodes for have 2 network interfaces: 192.168.1.0/24 for the cluster > network, and a 10.10.0.0/16 is the public network. When I bootstrap with > cephadm, which Network do I use? Since clients will need to connect to the monitors, you’ll want to use the "public" network space for the setup

[ceph-users] Re: Questions on Ceph on ARM

2020-07-06 Thread Sean Johnson
It should be fine. I use arm64 systems as clients, and would expect them to be fine for servers. The biggest problem would be performance. ~ Sean On Jul 6, 2020, 5:04 AM -0500, norman , wrote: > Hi all, > > I'm using Ceph on X86 and ARM, is it safe make x86 and arm64 in the same > cluster? >

[ceph-users] Re: [Octopus] OSD won’t work with Docker

2020-07-03 Thread Sean Johnson
container ran as expected. ~ Sean On Jul 3, 2020, 9:02 AM -0500, Sean Johnson , wrote: > I have a situation were OSDs won’t work as Docker containers with Octopus on > an Ubuntu 2020.04 host. > > The cephadm adopt —style legacy —name osd.8 command works as expected, and > sets up th

[ceph-users] [Octopus] OSD won’t work with Docker

2020-07-03 Thread Sean Johnson
I have a situation were OSDs won’t work as Docker containers with Octopus on an Ubuntu 2020.04 host. The cephadm adopt —style legacy —name osd.8 command works as expected, and sets up the /var/lib/ceph/ directory as expected: root@balin:~# ll /var/lib/ceph/c3d06c94-bb66-4f84-bf78-470a2364b667/o

[ceph-users] Re: how to restart daemons on 15.2 on Debian 10

2020-05-18 Thread Sean Johnson
ph01.service > > How can i restart a single OSD? > > Cheers, > Michael > > On Sun, May 17, 2020 at 5:10 PM Sean Johnson wrote: >> >> I have OSD’s on the brain … that line should have read: >> >> systemctl restart ceph-{fsid}@mon.{host}.service >&g

[ceph-users] Re: how to restart daemons on 15.2 on Debian 10

2020-05-17 Thread Sean Johnson
I have OSD’s on the brain … that line should have read: systemctl restart ceph-{fsid}@mon.{host}.service > On May 17, 2020, at 10:08 AM, Sean Johnson wrote: > > In case that doesn’t work, there’s also a systemd service that contains the > fsid of the cluster. > > So, in

[ceph-users] Re: how to restart daemons on 15.2 on Debian 10

2020-05-17 Thread Sean Johnson
In case that doesn’t work, there’s also a systemd service that contains the fsid of the cluster. So, in the case of a mon service you can also run: systemctl restart ceph-{fsid}@osd.{host}.service Logs are correspondingly available via journalctl: journalctl -u ceph-{fsid}@mon.{host}.service

[ceph-users] ceph octopus OSDs won't start with docker

2020-05-07 Thread Sean Johnson
I have a seemingly strange situation. I have three OSDs that I created with Ceph Octopus using the `ceph orch daemon add :device` command. All three were added and everything was great. Then I rebooted the host. Now the daemon’s won’t start via Docker. When I attempt to run the `docker` command