-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c90682
commit 1dbca31
Showing
5 changed files
with
91 additions
and
79 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Notes to rebuild fio RPM to include gfio | ||
# https://wiki.centos.org/HowTos/RebuildSRPM | ||
# https://blog.packagecloud.io/eng/2015/04/20/working-with-source-rpms/ | ||
|
||
# yum-builddep fio | ||
# yum install rpm-build gcc libpmem-devel libpmemblk-devel libaio-devel librdmacm-devel librbd1-devel gtk2-devel | ||
# yum install PackageKit-gtk3-module libcanberra-gtk2 "liberation-*-fonts" xorg-x11-xauth | ||
# yumdownloader --source fio | ||
# rpm -i ~/fio-3.1-2.el7.src.rpm | ||
|
||
# vi ~/rpmbuild/SPECS/fio.spec | ||
Release: 2%-JCALL{?dist} | ||
./configure --disable-optimizations --enable-gfio | ||
|
||
# rpmbuild -ba mypackage.spec | ||
# yum install ~/rpmbuild/RPMS/x86_64/fio-3.1-2-JCALL.el7.x86_64.rpm | ||
|
||
# /usr/local/bin/gfio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
rhvCluster: Default | ||
templateName: rhel75cloud | ||
storageDomain: sanstore | ||
instanceType: Large | ||
dnsServer: 192.168.0.99 | ||
vm_root_password: passw0rd | ||
ssh_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1vfRWODjNpS45BwAD864B1ezqIOb5fxCjnOwsgx/p8QchwWQhIUeC+PAUBI/QJ/nzX2pUOx0erNu8wuQRobOMxmYmsIyeuIIkBSJxffeFm4Cuy0glgkNR5ry90AHabO7bvXoY1q2QJ6sdkMeh2r1b/tx+2KFBOpe6v2HAcBpS+srl/fpdOV0GK2HNC0DsHz/2/me2hQ9gNIBOrb/Y7TJL5GcmbbHeteW4g648w1771El6r+JugmwlJ7/B/Jw5b4StpJmYQq0s1x9TJnqXO1kZGZ1YDrUEF25ZxkLZxmLxwD8hUDVbaeCAjbNQCe5OXc3wl96VvwXsPE2d838DBUTL jcall@home.lab | ||
vms: | ||
gluster-1: | ||
nic1: | ||
ipaddress: 192.168.0.111 | ||
netmask: 255.255.255.0 | ||
gateway: 192.168.0.1 | ||
gluster-2: | ||
nic1: | ||
ipaddress: 192.168.0.112 | ||
netmask: 255.255.255.0 | ||
gateway: 192.168.0.1 | ||
gluster-3: | ||
nic1: | ||
ipaddress: 192.168.0.113 | ||
netmask: 255.255.255.0 | ||
gateway: 192.168.0.1 | ||
|
||
disks_size: 10GiB | ||
disks: | ||
- name: gluster-1 | ||
id: | ||
- 1 | ||
- name: gluster-2 | ||
id: | ||
- 1 | ||
- name: gluster-3 | ||
id: | ||
- 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters