Table of Contents | ||
---|---|---|
|
...
Erasure Coding Improvements — Swarm 14 includes Erasure Coding related improvements:
- With Swarm 14.0 indexed erasure coded (EC) objects that are indexed include the field "
ec_encoding
" that gives which records the current EC coding of the object. Non-EC objects do not have this field. (SWAR-6653) - Swarm now computes the data footprint of Erasure Coding EC segments and whole replicas objects separately during each HP cycle so the relative space usage of whole replicas vs EC can inform space usage policy decisions. (SWAR-9160)
...
- The Storage UI shows no NFS config if the Elasticsearch cluster is wiped. Contact DataCore Support for help repopulating the SwarmFS config information. (SWAR-8007)
- Any incomplete multipart upload into a bucket leaves the parts (unnamed streams) in the domain if a bucket is deleted. To find and delete them, use the
s3cmd
utility (search the Support site for "s3cmd
" for guidance). (SWAR-7690) - Invalid config parameters that prevent the unassigned nodes from booting are created if subcluster assignments are removed in the CSN UI. (SWAR-7675)
- False 404 Not Found and other SCSP errors may be seen during rolling reboot in versions 11.1 through 12.0.1. To mitigate this problem, set
scsp.forceLegacyNonce=False
in the cluster configuration. This setting needs to be removed before upgrading to 12.1.0 or later. (SWAR-9020) - S3 Backup restoration to the cluster may be blocked if the certificate is not located where Swarm expects it when using certificates with HAProxy. From 12.1, a clearer error message draws attention to the issue for S3 backup and replication feeds that are blocked due to invalid X.509 ("SSL") certificates. (SWAR-8996)
...