Hi,
I have 3x nodes with last version of Proxmox 5.x
this 3 nodes has 3 local hard drives for each nodes
1 hard drive use for boot and Proxmox OS
2x Samsung SSD SM863 using for ZFS pool with RAID1
now, I try to Install Ceph and:
1. during the installation I got this error:
but the network as with good configurations:
anyway, I just added the follow text:
I don't need it in: /etc/network/interfaces, but I leave it just make the Ceph validation "happy"
2. after that, click: pveceph install --version jewel
as I see at: https://pve.proxmox.com/wiki/Ceph_Server#Installation_of_Ceph_packages
show:
error, enter: pveceph install --version luminous
solve that issue:
3. now, after the Ceph installed and also the monitor, I try to add the ZFS local pool or even drive from the pool to the Ceph OSD with: https://pve.proxmox.com/wiki/Ceph_Server#using_a_disk_that_was_part_of_a_zfs_pool
and got this error:
any suggestions to solve that issue?
Regards,
I have 3x nodes with last version of Proxmox 5.x
this 3 nodes has 3 local hard drives for each nodes
1 hard drive use for boot and Proxmox OS
2x Samsung SSD SM863 using for ZFS pool with RAID1
now, I try to Install Ceph and:
1. during the installation I got this error:
Code:
root@server203:~# pveceph createmon
unable to find local address within network '10.10.10.0/24'
Code:
up ip addr add 10.10.10.3/24 dev $IFACE label $IFACE:1
down ip addr del 10.10.10.3/24 dev $IFACE label $IFACE:1
Code:
iface bond0:1 inet static
address 10.10.10.1
netmask 255.255.255.0
2. after that, click: pveceph install --version jewel
as I see at: https://pve.proxmox.com/wiki/Ceph_Server#Installation_of_Ceph_packages
show:
Code:
400 Parameter verification failed.
version: value 'jewel' does not have a value in the enumeration 'luminous'
solve that issue:
3. now, after the Ceph installed and also the monitor, I try to add the ZFS local pool or even drive from the pool to the Ceph OSD with: https://pve.proxmox.com/wiki/Ceph_Server#using_a_disk_that_was_part_of_a_zfs_pool
Code:
ceph-disk zap /dev/sda
Code:
/bin/dd: error writing '/dev/sda9': No space left on device
9+0 records in
8+0 records out
8388608 bytes (8.4 MB, 8.0 MiB) copied, 0.0209574 s, 400 MB/s
ceph-disk: Error: Command '['/bin/dd', 'if=/dev/zero', 'of=/dev/sda9', 'bs=1M', 'count=10']' returned non-zero exit status 1
any suggestions to solve that issue?
Regards,