Hello,
I test the CEPH installation on my cluster proxmox 4.0 béta.
Installation problem of network dedicated to ceph :
root@pve-ceph1:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1f:d0:cd:17:2d
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3020 errors:0 dropped:0 overruns:0 frame:0
TX packets:2887 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:863934 (843.6 KiB) TX bytes:682384 (666.3 KiB)
eth1 Link encap:Ethernet HWaddr 00:e0:1c:3c:15:5f
inet adr:10.10.0.1 Bcast:10.10.0.255 Masque:255.255.255.0
adr inet6: fe80::2e0:1cff:fe3c:155f/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:0 (0.0 B) TX bytes:828 (828.0 B)
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:425 errors:0 dropped:0 overruns:0 frame:0
TX packets:425 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:79604 (77.7 KiB) TX bytes:79604 (77.7 KiB)
vmbr0 Link encap:Ethernet HWaddr 00:1f:d0:cd:17:2d
inet adr:192.168.100.10 Bcast:192.168.100.255 Masque:255.255.255.0
adr inet6: fe80::21f:d0ff:fecd:172d/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3015 errors:0 dropped:0 overruns:0 frame:0
TX packets:2887 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:821282 (802.0 KiB) TX bytes:682384 (666.3 KiB)
root@pve-ceph1:~# ping 10.10.0.1
PING 10.10.0.1 (10.10.0.1) 56(84) bytes of data.
64 bytes from 10.10.0.1: icmp_seq=1 ttl=64 time=0.027 ms
64 bytes from 10.10.0.1: icmp_seq=2 ttl=64 time=0.009 ms
^C
--- 10.10.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.009/0.018/0.027/0.009 ms
root@pve-ceph1:~# ping 10.10.0.2
PING 10.10.0.2 (10.10.0.2) 56(84) bytes of data.
64 bytes from 10.10.0.2: icmp_seq=1 ttl=64 time=0.200 ms
64 bytes from 10.10.0.2: icmp_seq=2 ttl=64 time=0.090 ms
^C
--- 10.10.0.2 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.090/0.145/0.200/0.055 ms
root@pve-ceph1:~# ping 10.10.0.3
PING 10.10.0.3 (10.10.0.3) 56(84) bytes of data.
64 bytes from 10.10.0.3: icmp_seq=1 ttl=64 time=0.262 ms
64 bytes from 10.10.0.3: icmp_seq=2 ttl=64 time=0.162 ms
^C
--- 10.10.0.3 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.162/0.212/0.262/0.050 ms
root@pve-ceph1:~# pveceph init --network 10.10.0.0/24
root@pve-ceph1:~# pveceph createmon
unable to find local address within network '10.10.0.0/24'
I change : iface eth1 inet static -----> to manual
address 10.10.0.1
netmask 255.255.255.0
I Reboot my server, and no more dedicated network!!!
I deliver static and it works again but I'm bloqued for the installation of creation with createmon.
Merci.
I test the CEPH installation on my cluster proxmox 4.0 béta.
Installation problem of network dedicated to ceph :
root@pve-ceph1:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1f:d0:cd:17:2d
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3020 errors:0 dropped:0 overruns:0 frame:0
TX packets:2887 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:863934 (843.6 KiB) TX bytes:682384 (666.3 KiB)
eth1 Link encap:Ethernet HWaddr 00:e0:1c:3c:15:5f
inet adr:10.10.0.1 Bcast:10.10.0.255 Masque:255.255.255.0
adr inet6: fe80::2e0:1cff:fe3c:155f/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:0 (0.0 B) TX bytes:828 (828.0 B)
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:425 errors:0 dropped:0 overruns:0 frame:0
TX packets:425 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:79604 (77.7 KiB) TX bytes:79604 (77.7 KiB)
vmbr0 Link encap:Ethernet HWaddr 00:1f:d0:cd:17:2d
inet adr:192.168.100.10 Bcast:192.168.100.255 Masque:255.255.255.0
adr inet6: fe80::21f:d0ff:fecd:172d/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3015 errors:0 dropped:0 overruns:0 frame:0
TX packets:2887 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:821282 (802.0 KiB) TX bytes:682384 (666.3 KiB)
root@pve-ceph1:~# ping 10.10.0.1
PING 10.10.0.1 (10.10.0.1) 56(84) bytes of data.
64 bytes from 10.10.0.1: icmp_seq=1 ttl=64 time=0.027 ms
64 bytes from 10.10.0.1: icmp_seq=2 ttl=64 time=0.009 ms
^C
--- 10.10.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.009/0.018/0.027/0.009 ms
root@pve-ceph1:~# ping 10.10.0.2
PING 10.10.0.2 (10.10.0.2) 56(84) bytes of data.
64 bytes from 10.10.0.2: icmp_seq=1 ttl=64 time=0.200 ms
64 bytes from 10.10.0.2: icmp_seq=2 ttl=64 time=0.090 ms
^C
--- 10.10.0.2 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.090/0.145/0.200/0.055 ms
root@pve-ceph1:~# ping 10.10.0.3
PING 10.10.0.3 (10.10.0.3) 56(84) bytes of data.
64 bytes from 10.10.0.3: icmp_seq=1 ttl=64 time=0.262 ms
64 bytes from 10.10.0.3: icmp_seq=2 ttl=64 time=0.162 ms
^C
--- 10.10.0.3 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.162/0.212/0.262/0.050 ms
root@pve-ceph1:~# pveceph init --network 10.10.0.0/24
root@pve-ceph1:~# pveceph createmon
unable to find local address within network '10.10.0.0/24'
I change : iface eth1 inet static -----> to manual
address 10.10.0.1
netmask 255.255.255.0
I Reboot my server, and no more dedicated network!!!
I deliver static and it works again but I'm bloqued for the installation of creation with createmon.
Merci.