Proxmox » Historique » Version 7
Laurent GUERBY, 10/08/2023 23:42
1 | 5 | Laurent GUERBY | {{toc}} |
---|---|---|---|
2 | 1 | Laurent GUERBY | |
3 | 1 | Laurent GUERBY | h1. Proxmox |
4 | 5 | Laurent GUERBY | |
5 | 5 | Laurent GUERBY | h2. Cluster proxmox tetaneutral.net |
6 | 5 | Laurent GUERBY | |
7 | 5 | Laurent GUERBY | TODO |
8 | 5 | Laurent GUERBY | |
9 | 6 | Laurent GUERBY | h3. Ceph |
10 | 6 | Laurent GUERBY | |
11 | 6 | Laurent GUERBY | https://pve.proxmox.com/pve-docs/chapter-pveceph.html |
12 | 6 | Laurent GUERBY | |
13 | 6 | Laurent GUERBY | @ceph osd crush rule create-replicated replicated_hdd default host hdd@ |
14 | 6 | Laurent GUERBY | @ceph osd crush rule create-replicated replicated_ssd default host ssd@ |
15 | 6 | Laurent GUERBY | |
16 | 7 | Laurent GUERBY | @ceph osd pool set ceph1-hdd crush_rule replicated_hdd@ |
17 | 7 | Laurent GUERBY | @ceph osd pool set ceph1-ssd crush_rule replicated_ssd@ |
18 | 7 | Laurent GUERBY | |
19 | 7 | Laurent GUERBY | Pour erasure coding |
20 | 7 | Laurent GUERBY | |
21 | 6 | Laurent GUERBY | @pveceph pool create ec22 --erasure-coding k=2,m=2 --pg_num=128@ |
22 | 5 | Laurent GUERBY | |
23 | 5 | Laurent GUERBY | h2. Machine adherent hote proxmox |
24 | 1 | Laurent GUERBY | |
25 | 3 | Bertrand Cebador | TODO: finir de documenter l'usage de proxmox avec une IPv4+v6 a tetaneutral.net |
26 | 3 | Bertrand Cebador | |
27 | 4 | Bertrand Cebador | Suivant la doc de proxmox en mode bridge il "suffit" de renseigner le fichier /etc/network/interfaces.new avec le contenu suivant : |
28 | 4 | Bertrand Cebador | <pre> |
29 | 3 | Bertrand Cebador | auto vmbr0 |
30 | 3 | Bertrand Cebador | iface vmbr0 inet static |
31 | 3 | Bertrand Cebador | address IP.PUBLIQUE.V4.TTN |
32 | 3 | Bertrand Cebador | netmask 255.255.255.255 |
33 | 3 | Bertrand Cebador | up ip route add default via 91.224.148.0 dev vmbr0 onlink |
34 | 3 | Bertrand Cebador | bridge_ports eth0 |
35 | 3 | Bertrand Cebador | bridge_stp off |
36 | 3 | Bertrand Cebador | bridge_fd 0 |
37 | 3 | Bertrand Cebador | auto eth0 |
38 | 3 | Bertrand Cebador | iface eth0 inet manual |
39 | 3 | Bertrand Cebador | up ip link set eth0 up |
40 | 4 | Bertrand Cebador | </pre> |
41 | 3 | Bertrand Cebador | et de rebooter pour que les modifications soient prises en compte de manière définitive. |