# On RHEL and CentOS distros, calling partprobe forces a reboot of the
# server. Since we are not resizing partitons so we rely on calling
# partx
- if platform_distro().startswith(('centos', 'red')):
+ if platform_distro().startswith(('centos', 'red', 'scientific')):
LOG.info('calling partx on prepared device %s', journal)
LOG.info('re-reading known partitions will display errors')
command(
# On RHEL and CentOS distros, calling partprobe forces a reboot of
# the server. Since we are not resizing partitons so we rely on
# calling partx
- if platform_distro().startswith(('centos', 'red')):
+ if platform_distro().startswith(('centos', 'red', 'scientific')):
LOG.info('calling partx on prepared device %s', args.data)
LOG.info('re-reading known partitions will display errors')