PetaSAN 2.3 released !
admin
2,930 Posts
April 30, 2019, 11:05 amQuote from admin on April 30, 2019, 11:05 amHappy to announce the release of PetaSAN 2.3 with following features:
- Async Replication across different clusters. Snapshot diffs are replicated according to user defined schedules. Please refer to Replication Guide.
- Adjust Backfill/Recovery Speed.
- Include Journal disks in Cluster Benchmark.
- Check empty partition space on Journals before selection.
- Ceph Luminous version 12.2.12.
Take a look at our new cool screenshots
Note: Memory requirements are now 4 GB per OSD based on new Ceph recommendations. For upgrades, this value will be lowered to 2 GB so not to impact existing systems, it can be increased manually later via the osd_memory_target config parameter on systems that have enough memory. New installs will be configured to use 4 GB per OSD with the exception of choosing the "Entry Level Hardware" profile which will use 1 GB.
Happy to announce the release of PetaSAN 2.3 with following features:
- Async Replication across different clusters. Snapshot diffs are replicated according to user defined schedules. Please refer to Replication Guide.
- Adjust Backfill/Recovery Speed.
- Include Journal disks in Cluster Benchmark.
- Check empty partition space on Journals before selection.
- Ceph Luminous version 12.2.12.
Take a look at our new cool screenshots
Note: Memory requirements are now 4 GB per OSD based on new Ceph recommendations. For upgrades, this value will be lowered to 2 GB so not to impact existing systems, it can be increased manually later via the osd_memory_target config parameter on systems that have enough memory. New installs will be configured to use 4 GB per OSD with the exception of choosing the "Entry Level Hardware" profile which will use 1 GB.
Last edited on April 30, 2019, 11:13 am by admin · #1
Andoni
7 Posts
April 30, 2019, 11:30 amQuote from Andoni on April 30, 2019, 11:30 amGreat news!
Thanks for the new Release.
One question, please, can you provide a procedure to increase manually "osd_memory_target" on updated systems?
I suppose that we need to change value on /etc/ceph/[CLUSTERNAME]-petasan.conf and run systemctl restart ceph, is that correct way?
Regards
Andoni
Great news!
Thanks for the new Release.
One question, please, can you provide a procedure to increase manually "osd_memory_target" on updated systems?
I suppose that we need to change value on /etc/ceph/[CLUSTERNAME]-petasan.conf and run systemctl restart ceph, is that correct way?
Regards
Andoni
Last edited on April 30, 2019, 11:33 am by Andoni · #2
admin
2,930 Posts
April 30, 2019, 12:59 pmQuote from admin on April 30, 2019, 12:59 pmYes you need to edit it in the config file.
you can then restart or do a
ceph tell osd.* injectargs '--osd_memory_target=4294967296' --cluster XX
you can check the current settings on an OSD via:
ceph daemon osd.XX config get osd_memory_target --cluster XX
Yes you need to edit it in the config file.
you can then restart or do a
ceph tell osd.* injectargs '--osd_memory_target=4294967296' --cluster XX
you can check the current settings on an OSD via:
ceph daemon osd.XX config get osd_memory_target --cluster XX
Last edited on April 30, 2019, 12:59 pm by admin · #3
PetaSAN 2.3 released !
admin
2,930 Posts
Quote from admin on April 30, 2019, 11:05 amHappy to announce the release of PetaSAN 2.3 with following features:
- Async Replication across different clusters. Snapshot diffs are replicated according to user defined schedules. Please refer to Replication Guide.
- Adjust Backfill/Recovery Speed.
- Include Journal disks in Cluster Benchmark.
- Check empty partition space on Journals before selection.
- Ceph Luminous version 12.2.12.
Take a look at our new cool screenshots
Note: Memory requirements are now 4 GB per OSD based on new Ceph recommendations. For upgrades, this value will be lowered to 2 GB so not to impact existing systems, it can be increased manually later via the osd_memory_target config parameter on systems that have enough memory. New installs will be configured to use 4 GB per OSD with the exception of choosing the "Entry Level Hardware" profile which will use 1 GB.
Happy to announce the release of PetaSAN 2.3 with following features:
- Async Replication across different clusters. Snapshot diffs are replicated according to user defined schedules. Please refer to Replication Guide.
- Adjust Backfill/Recovery Speed.
- Include Journal disks in Cluster Benchmark.
- Check empty partition space on Journals before selection.
- Ceph Luminous version 12.2.12.
Take a look at our new cool screenshots
Andoni
7 Posts
Quote from Andoni on April 30, 2019, 11:30 amGreat news!
Thanks for the new Release.
One question, please, can you provide a procedure to increase manually "osd_memory_target" on updated systems?
I suppose that we need to change value on /etc/ceph/[CLUSTERNAME]-petasan.conf and run systemctl restart ceph, is that correct way?
Regards
Andoni
Great news!
Thanks for the new Release.
One question, please, can you provide a procedure to increase manually "osd_memory_target" on updated systems?
I suppose that we need to change value on /etc/ceph/[CLUSTERNAME]-petasan.conf and run systemctl restart ceph, is that correct way?
Regards
Andoni
admin
2,930 Posts
Quote from admin on April 30, 2019, 12:59 pmYes you need to edit it in the config file.
you can then restart or do a
ceph tell osd.* injectargs '--osd_memory_target=4294967296' --cluster XX
you can check the current settings on an OSD via:
ceph daemon osd.XX config get osd_memory_target --cluster XX
Yes you need to edit it in the config file.
you can then restart or do a
ceph tell osd.* injectargs '--osd_memory_target=4294967296' --cluster XX
you can check the current settings on an OSD via:
ceph daemon osd.XX config get osd_memory_target --cluster XX