Authors: Phil Newman, Rahul Sharma, and Patrick Heinen Reference: https://objectivefs.com/howto/how-to-use-ofs-with-on-premise-object-store ObjectiveFS is a distributed POSIX file system that leverages S3 such as StorageGRID for durable cloud storage. In this blog we...
Ansible is a simple yet powerful IT automation engine that helps users automates day-to-day repetitive tasks. Adding Ansible Towers or AWX to this powerful engine will give users role-based access to perform tasks and leverage other features like scheduling, creating...
The first release of the Ansible Modules for StorageGRID is centered around automation and orchestration of Day-1 and Day-2 operations. If you’ve been following the many Ansible blog posts here at netapp.io, you will already be familiar with how Ansible makes it easy...
Step up your Automation game on StorageGRID Performing repetitive tasks can be very boring and can feel like a waste of time. Automating these repetitive tasks can give back teams more time to focus on solving real problems. Which is why we decided to make it easier...
Filesystem in Userspace (FUSE) is a simple interface for user space programs to export a filesystem to the Linux kernel. In this example we will mount an S3 bucket from StorageGRID to an Ubuntu Linux machine. After the setup is complete, we should be able to ingest...