This file is indexed.

/usr/sbin/ceph-volume-systemd is in ceph-osd 12.2.4-0ubuntu1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#!/usr/bin/python2.7

from ceph_volume.systemd import main

if __name__ == '__main__':
    main.main()