Base on http://www.centos.org/docs/5/html/5.2/Cluster_Logical_Volume_Manager/create_linear_volumes.html "When you create a logical volume, the logical volume is carved from a volume group using the free extents on the physical volumes that make up the volume group. Normally logical volumes use up any space available on the underlying physical volumes on a next-free basis. Modifying the logical volume frees and reallocates space in the physical volumes."
I'm having doubt if creating a logical volume on physical volume that have existing data, lvcreate command will delete the data base on this statement "Modifying the logical volume frees and reallocates space in the physical volumes".
I'm trying to recover my logical volume and mounting it to the server. I have my whole problem stated in another question (http://stackoverflow.com/questions/13356555/how-to-mount-logical-volume).
Hope you guys will help me. Any help would be appreciated. Thanks.