File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
etc/kayobe/environments/aufn-ceph Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ on the overcloud hosts:
74
74
.. code-block :: console
75
75
76
76
(kayobe) [stack@node ~]$ cd etc/kayobe
77
- (kayobe) [stack@node kayobe]$ kayobe playbook run ansible/smartmontools .yml
77
+ (kayobe) [stack@node kayobe]$ kayobe playbook run ansible/smartmon-tools .yml
78
78
79
79
SMART reporting should now be enabled along with a Prometheus alert for
80
80
unhealthy disks and a Grafana dashboard called ``Hardware Overview ``.
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ node_types:
21
21
volumes :
22
22
# There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent:
23
23
# https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290
24
- - capacity : 10GiB
24
+ - capacity : 15GiB
25
25
# Ceph volume
26
- - capacity : 10GiB
26
+ - capacity : 20GiB
27
27
physical_networks :
28
28
- provision-net
29
29
- cloud-net
@@ -34,7 +34,7 @@ node_types:
34
34
volumes :
35
35
# There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent:
36
36
# https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290
37
- - capacity : 10GiB
37
+ - capacity : 15GiB
38
38
physical_networks :
39
39
- provision-net
40
40
- cloud-net
You can’t perform that action at this time.
0 commit comments