Chris O'Regan wrote: >>> What is the recommended way of relocating the trees to a different path? >>> >> This should explain it: >> https://fedorahosted.org/cobbler/wiki/RelocatingYourInstall >> > > What if I have a sub-cobbler that will manage its own set of systems? > Won't it want to write into /var/www/cobbler? I would prefer that only > my master cobbler have write access to this directory and mount it > read-only on the sub-cobblers. >
In this case, use could use "cobbler import" with --available-as to add trees that are on NFS. You could also use cobbler replicate to copy /var/www/cobbler between the systems. That's all rsync powered so why you'd need a bit of storage the install trees would not change often. > > Thanks, > > Chris > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
