02 Jul 2019 10:28 AM
Hello.
we have configured the cluster backup in a customer. We have consulted the reference documentation (https://www.dynatrace.com/support/help/shortlink/managed-cluster-restore); but it is not clear to us how to calculate the size in NFS.
Could anbody help us how calculate the space we need to allocate in NFS for the backup?
There are 3 nodes like this:
thanks in advance.
Jose A
Solved! Go to Solution.
02 Jul 2019 11:13 AM
You can find the information about backup sizes in the documentation.
Typically, it's the sum of the metrics storage (cassandra) on all the nodes multiplied by 20% + twice the size as compared to storage on disk of the elastic search storage.
02 Jul 2019 11:54 AM
Hi Patrick.
So, to confirm, if I have 3 nodes like the one in the image, I have to calculate it like this:
the sum of the metrics storage (cassandra) on all the nodes multiplied by 20% -> (69.9gb * 3nodes) * 20%
+
twice the size as compared to storage on disk of the elastic search storage -> 2 * 7.0gb
That's correct?
Thank you
Jose A
02 Jul 2019 12:05 PM
The number of nodes is not factored in for the metric storage, so you can remove the *3
The rest looks good, you might want to give it a bit more space, depending on the time the environment has already been running.