├── .DS_Store ├── .bashrc ├── CephFS_MDS_on_promox.sh ├── Ceph_on_ZFS.sh ├── Docker image repository relocate.sh ├── HP Lasterjet 1020 Printer - RPI (should .sh ├── Mellanox_BIOS_Upgrade ├── OpenCAS cache.sh ├── README.md ├── ansible ├── host_init.retry ├── host_init.yml ├── inventory.yml ├── readme.md └── run.sh ├── ansible_first_install.sh ├── bash_color.sh ├── boot_old_kernel.sh ├── cache_evict.sh ├── ceph_commands.sh ├── ceph_device_manager.sh ├── ceph_performance_test.sh ├── change_device_class.sh ├── change_subnet.sh ├── clear_benchmarks.sh ├── docker_in_virtualmachines.sh ├── etc.apt.sources.list ├── etc.apt.sources.list.d.pve-enterprise.list ├── gluster.fs ├── home_.bashrc ├── lvm_cache.sh ├── network_performance_test.sh ├── new_node_install.sh ├── opencas.conf ├── partition_up_nvme.ssh ├── passthrough_pci ├── GFX750TI.rom ├── Gtx1050ti.rom ├── Gtx1050ti_Oct.rom ├── Gtx1050ti_patched.rom └── gtx750ti.rom ├── pg_num_change.sh ├── pgs_per_ods.sh ├── pool_pgs_osd.sh ├── powersave_cpu.sh ├── ram_info.sh ├── recovery_slowdown.sh ├── recovery_speedup.sh ├── reload_ceph.sh ├── remove_ceph_phantom_osd.sh ├── rename_proxmox.sh ├── repair_all_errors.sh ├── replace_os_hdd_with_ssd ├── retire_disk.sh ├── sata_link_speed_id.sh ├── swapoff.sh ├── sysctl.conf └── zap_disk.sh /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/.DS_Store -------------------------------------------------------------------------------- /.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/.bashrc -------------------------------------------------------------------------------- /CephFS_MDS_on_promox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/CephFS_MDS_on_promox.sh -------------------------------------------------------------------------------- /Ceph_on_ZFS.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/Ceph_on_ZFS.sh -------------------------------------------------------------------------------- /Docker image repository relocate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/Docker image repository relocate.sh -------------------------------------------------------------------------------- /HP Lasterjet 1020 Printer - RPI (should .sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/HP Lasterjet 1020 Printer - RPI (should .sh -------------------------------------------------------------------------------- /Mellanox_BIOS_Upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/Mellanox_BIOS_Upgrade -------------------------------------------------------------------------------- /OpenCAS cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/OpenCAS cache.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/README.md -------------------------------------------------------------------------------- /ansible/host_init.retry: -------------------------------------------------------------------------------- 1 | 192.168.1.72 2 | -------------------------------------------------------------------------------- /ansible/host_init.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/ansible/host_init.yml -------------------------------------------------------------------------------- /ansible/inventory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/ansible/inventory.yml -------------------------------------------------------------------------------- /ansible/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/ansible/readme.md -------------------------------------------------------------------------------- /ansible/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/ansible/run.sh -------------------------------------------------------------------------------- /ansible_first_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/ansible_first_install.sh -------------------------------------------------------------------------------- /bash_color.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/bash_color.sh -------------------------------------------------------------------------------- /boot_old_kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/boot_old_kernel.sh -------------------------------------------------------------------------------- /cache_evict.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/cache_evict.sh -------------------------------------------------------------------------------- /ceph_commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/ceph_commands.sh -------------------------------------------------------------------------------- /ceph_device_manager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/ceph_device_manager.sh -------------------------------------------------------------------------------- /ceph_performance_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/ceph_performance_test.sh -------------------------------------------------------------------------------- /change_device_class.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/change_device_class.sh -------------------------------------------------------------------------------- /change_subnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/change_subnet.sh -------------------------------------------------------------------------------- /clear_benchmarks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/clear_benchmarks.sh -------------------------------------------------------------------------------- /docker_in_virtualmachines.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/docker_in_virtualmachines.sh -------------------------------------------------------------------------------- /etc.apt.sources.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/etc.apt.sources.list -------------------------------------------------------------------------------- /etc.apt.sources.list.d.pve-enterprise.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/etc.apt.sources.list.d.pve-enterprise.list -------------------------------------------------------------------------------- /gluster.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/gluster.fs -------------------------------------------------------------------------------- /home_.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/home_.bashrc -------------------------------------------------------------------------------- /lvm_cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/lvm_cache.sh -------------------------------------------------------------------------------- /network_performance_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/network_performance_test.sh -------------------------------------------------------------------------------- /new_node_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/new_node_install.sh -------------------------------------------------------------------------------- /opencas.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/opencas.conf -------------------------------------------------------------------------------- /partition_up_nvme.ssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/partition_up_nvme.ssh -------------------------------------------------------------------------------- /passthrough_pci/GFX750TI.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/passthrough_pci/GFX750TI.rom -------------------------------------------------------------------------------- /passthrough_pci/Gtx1050ti.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/passthrough_pci/Gtx1050ti.rom -------------------------------------------------------------------------------- /passthrough_pci/Gtx1050ti_Oct.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/passthrough_pci/Gtx1050ti_Oct.rom -------------------------------------------------------------------------------- /passthrough_pci/Gtx1050ti_patched.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/passthrough_pci/Gtx1050ti_patched.rom -------------------------------------------------------------------------------- /passthrough_pci/gtx750ti.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/passthrough_pci/gtx750ti.rom -------------------------------------------------------------------------------- /pg_num_change.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/pg_num_change.sh -------------------------------------------------------------------------------- /pgs_per_ods.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/pgs_per_ods.sh -------------------------------------------------------------------------------- /pool_pgs_osd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/pool_pgs_osd.sh -------------------------------------------------------------------------------- /powersave_cpu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/powersave_cpu.sh -------------------------------------------------------------------------------- /ram_info.sh: -------------------------------------------------------------------------------- 1 | dmidecode --type 17 2 | -------------------------------------------------------------------------------- /recovery_slowdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/recovery_slowdown.sh -------------------------------------------------------------------------------- /recovery_speedup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/recovery_speedup.sh -------------------------------------------------------------------------------- /reload_ceph.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/reload_ceph.sh -------------------------------------------------------------------------------- /remove_ceph_phantom_osd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/remove_ceph_phantom_osd.sh -------------------------------------------------------------------------------- /rename_proxmox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/rename_proxmox.sh -------------------------------------------------------------------------------- /repair_all_errors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/repair_all_errors.sh -------------------------------------------------------------------------------- /replace_os_hdd_with_ssd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/replace_os_hdd_with_ssd -------------------------------------------------------------------------------- /retire_disk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/retire_disk.sh -------------------------------------------------------------------------------- /sata_link_speed_id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/sata_link_speed_id.sh -------------------------------------------------------------------------------- /swapoff.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/swapoff.sh -------------------------------------------------------------------------------- /sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/sysctl.conf -------------------------------------------------------------------------------- /zap_disk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fulgerul/ceph_proxmox_scripts/HEAD/zap_disk.sh --------------------------------------------------------------------------------