> I would like to install ceph with the pveceph install command using a local > ceph > repository. > Unfortunately the key url and the ceph repository are hard coded.
The purpose of 'pveceph install' is to provide an easy way to setup apt configuration for official ceph repositories. If you want to use your own repository, simply configure /etc/apt/sources.list.d/ceph.list and then run # apt-get update # apt-get install ceph ceph-common gdisk ... with whatever parameters you want/need. - Dietmar _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
