Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Releases: Seagate/cortx-motr

IO-SEA cortx-motr VM - v2.1

19 Oct 09:18
Compare
Choose a tag to compare

RPMs, scripts, and install instructions for creating cortx-motr VMs with cortx-rgw S3 interface on:

CentOS 8.4
Rocky Linux 8.4
Rocky Linux 8.5
Rocky Linux 8.6

IO-SEA cortx-motr VM - v2.0

29 Sep 09:20
c778392
Compare
Choose a tag to compare
Pre-release

RPMs, scripts, and install instructions for creating cortx-motr VMs with cortx-rgw S3 interface on:

CentOS 8.4
Rocky Linux 8.4
Rocky Linux 8.5

IO-SEA cortx-motr VM - v1.0

25 Apr 10:18
292c94a
Compare
Choose a tag to compare

RPMs, scripts, and install instructions for creating cortx-motr VMs on:

  1. CentOS 8.4
  2. Rocky Linux 8.4
  3. Rocky Linux 8.5

EsiWACE2 user space Motr release - v1.0

19 Apr 10:29
4db8a39
Compare
Choose a tag to compare
Pre-release

Instructions and rpms for running Motr as a user space program for the EsiWACE2 project.

Release for Ceph RGW build

04 Jan 20:23
3252d62
Compare
Choose a tag to compare

The purpose of this release is to provide rpms for Ceph RGW Jenkins builds with Motr backend.

Notes:

  1. libfabric and isa-l el7 rpms are dependencies of Motr, they can be installed on el8 also without any issues.
  2. Hare rpm is not needed for the Ceph build per se, but it might be useful in case one wants to bootstrap Motr cluster.

CentOS-7.9 devvm for Arm64

21 Oct 14:37
Compare
Choose a tag to compare

CentOS-7.9-based Development VM for Motr on Arm64/Aarch64 platform. Run it in QEMU like this:

qemu-system-aarch64 -cpu cortex-a72 -M virt -m 4096 -smp 4 -nographic \
    -drive file=motr-devvm-centos79.qcow2 -dtb virt.dtb \
    -kernel vmlinuz-4.18.0-193.28.1.el7.aarch64 -initrd initramfs-4.18.0-193.28.1.el7.aarch64.img \
    -append 'root=/dev/mapper/centos_motr--c7a64-root ro crashkernel=auto rd.lvm.lv=centos_motr-c7a64/root rd.lvm.lv=centos_motr-c7a64/swap LANG=en_GB.UTF-8' 

Credentials: root/Xyratex.

Build Motr from the following Development Toolsets (which enable castxml and gcc-8.3):

scl enable devtoolset-8 llvm-toolset-7.0 bash

The simplest way to access devvm via ssh is via the forwarded port, just add -nic hostfwd=tcp:127.0.0.1:22222-:22 to the above qemu options, and ssh to localhost on 22222 port:

ssh -p 22222 root@127.0.0.1

NAT-networking is also possible, see here how to do this on macOS host - https://gist.github.com/andriytk/bd3def8c30cbd474490280436c779027.

MD5 checksums:

6cadd18af33d80f5259e5abcd3306d9f  motr-devvm-centos79.qcow2
48194e68646e108f0d107c03568b3b2e  vmlinuz-4.18.0-193.28.1.el7.aarch64
6804c23078709005ec921778527da97e  initramfs-4.18.0-193.28.1.el7.aarch64.img
75a9ce8d0c9a5344444e1f8182d6cd46  virt.dtb

v2.0 for SAGE2

19 May 10:19
09ff618
Compare
Choose a tag to compare

SAGE2 release installed at the SAGE prototype cluster.

CentOS-7.9 devvm

28 Jan 18:56
c863c92
Compare
Choose a tag to compare

CentOS-7.9-based Development VM with all dependencies installed, ready to build from sources and start a single-node Motr cluster.

Credentials: root/Seagate.

Start VM, log in and run ./build-prep-1node.sh script to git-clone, build and prepare for the 1st startup. It takes about 20 mins to get everything ready (on 10 Mbps Internet connection).

What's new in motr-devvm-centos79-1.3.ova:

  1. Fixed configure: error: MD5_Init cannot be found! Try to install openssl when building Motr after commit 3a429ad.

What's new in motr-devvm-centos79-1.2.ova:

  1. Added rpm dependencies for Motr (isa) and Hare (facter-3 via puppet-agent).
  2. Added installation of cortx-py-utils from sources into build-prep-1node.sh script.
  3. Updated rpms versions in build-prep-1node.sh script.
  4. Updated Consul to 1.7.14 version.
  5. Fixed sporadic curl 18 error when cloning Motr.
  6. Support VMware Fusion 8+ / Workstation 12+ and VirtualBox 6+.

MD5 checksum: b13110bc2920438713faee5d9f647de0 motr-devvm-centos79-1.3.ova