Hacker News new | ask | show | jobs
by JamesSwift 553 days ago
This is all standard proxmox setup and is step 1 for anyone running the free version
1 comments

> This is all standard proxmox setup and is step 1 for anyone running the free version

I run the free version and do not delete the Ceph repos (especially since I'm using Ceph amongst my storage options):

    if [ -e /etc/apt/sources.list.d/ceph.list ]; then rm -rf /etc/apt/sources.list.d/ceph.list; fi;
At the very least run a sed command to just comment out any/all lines in the files instead of nuking them.
Or change the file extension to anything else than .list
I don't know why you got downvoted, because you are right. There is no problem with keeping the Ceph repos, and you can use it with the community repos.