concerns on fs_clone

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

concerns on fs_clone

satish
Dear Erman,

Could you please help to understand below concerns

Does adop phase=fs_clone use adop_sync.drv, or does it just copy the entire fs1 to fs2 (or vice-versa)?

Does it use rsync to achieve this?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: concerns on fs_clone

ErmanArslansOracleBlog
Administrator
No, it is not using adop_sync.drv.
It does another thing.
You can think like; fs_clone is used to copy the run file system to the patch file system.
Reply | Threaded
Open this post in threaded view
|

Re: concerns on fs_clone

satish
So,fsclone doesnt use rsync for its internal oepration?
Reply | Threaded
Open this post in threaded view
|

Re: concerns on fs_clone

ErmanArslansOracleBlog
Administrator
Before analyzing the fs_clone related adop code, I can't answer to this question.
Howewer, it maybe using rsync, because there was an internal enhancement recorded for it -> defect 22914449. This defect is not available now.
This means, sometime ago, Oracle thought that using rsync in fs_clone operation is a good idea..
So , this enhancements may be included in the up-to-date releases, even in your release..