Thus spake Gary Molenkamp ([EMAIL PROTECTED]):
>
> I have an image that has symbolic links to automounted disks:
> /var/lib/systemimager/images/compute_node/home1 -> /home/home1
> These automounted disks are also automounted on the image server, so that
> the links will actually contain files when access.
>
> When copying this image:
> cpimage compute_node testing_node
> it will try to manually copy all of the contents from /home/home rather
> than the autofs mount point only. I can override this be editing the
> cpimage script to exclude these subdirs on the rsync command.
>
>
> Not sure if this is an item of concern for discussion, or just a fringe
> case from my historicly obfuscated setup :)
Well, Gary, I think I'm going to dub this a fringe case. ;-)
We make the assumption that we own everything from where the
systemimager directory lives (/var/lib/systemimager/) on down.
However, there may be a simple solution to your problem. Can you create
your soft links as relative instead of fully qualified?
Ie: cd my_dir ; ln -s ../home/home1 home1
instead of
cd my_dir ; ln -s /home/home1 home1
Cheers, -Brian
> gary.
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by OSDN developer relations
> Here's your chance to show off your extensive product knowledge
> We want to know what you know. Tell us and you have a chance to win $100
> http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
> _______________________________________________
> Sisuite-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/sisuite-devel
--
---------------------------------------------------------
Brian Elliott Finley Phone: 630.803.8183
GPG: 3FF8 D096 0E0C D3F3 29B7 6518 D20B 1931 10F8 EE52
---------------------------------------------------------
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel