]> git.proxmox.com Git - ceph.git/blob - ceph/src/ceph-volume/bin/ceph-volume
update sources to v12.1.3
[ceph.git] / ceph / src / ceph-volume / bin / ceph-volume
1 #!/usr/bin/env python
2
3 from ceph_volume import main
4
5 if __name__ == '__main__':
6 main.Volume()