> 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
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?
>
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
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
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
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
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
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