Firmware update LSI9305 series controllers

Once you obtain sas3flash utility check your cards As you can see my controller on 2 is outdated and now that I have obtained firmware I can update it. Just use its number to tell utility which one to flash. When your firmware is flashed just check again to verify

Read More

Removing buckets in ceph

If you need to remove some buckets in ceph you can also do this via radosgw-admin Option –purge-objects option will purge these objects and when you add option –bypass-gc this will trigger removal of objects without the garbage collector and that will make operation more efficient.

Read More

S3 cli usage examples

Once install of aws client is in place and you have https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html Have your user with keys; After that you should be able to use Make bucket (create)aws s3 mb s3://demo-bucket –endpoint-url=https://object.peakox.com Remove bucketaws s3 rb s3://demo-bucket –endpoint-url=https://object.peakox.com Option: –force List stuffaws s3 ls –endpoint-url=https://object.peakox.com aws s3 ls s3://demo-bucket –endpoint-url=https://object.peakox.com aws s3 ls s3://demo-bucket –endpoint-url=https://object.peakox.com […]

Read More

Gluster tips

Here are some small tips which might be helpfull. Good to specify _netdev mount option under /etc/fstab since we need network to be up for accessing gluster volume. Without this option when booting startup scripts will try to mount filesystem before networking was started.  Gluster has an option backup-volfile-servers which is used when a gluster […]

Read More