Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. check hostname is okay
  2. disable selinux (or set it in permissive mode)

...

  1. remove qemu-kvm if installed

...

  1. add EPEL repository

...

  1. adjust /etc/cgconfig.conf file by adding:
    Code Block
    
    group virt {
        cpu {
            cpu.shares = 9216;
            }
    }
    

...

  1. update centos and install ntpd for time sync

7. make sure primary/secondary storages could be mounted

...