May be you allocate just 3 Gigabyte for root,
And with the software you installed,
your root left space is nearly zero,
And your partition is not LVM.

You could do like this:
     1.reboot in rescue mode.
     2.make a new patition and mount it with an new dir
     3.mv -ar /usr  /data(the new patition)
     4.vi /etc/fstab
           add this
                 /usr    /data/usr    none    bind    0 0
     5.reboot your system

At last that's is just a way,do it with your own thought.

And I found Another Problem!
     When I do #lvextend /dev/vg0/lv1 -L 10G
                   ?show::  Aborted(core dump){I really don't know that's mean}
     But When I went /dev/vg0/  and #ls
     I found an "core" and "lv1"
          I do #rm -f core
     And Problem solved,If you know why,please tell me,thanks!

And I also want to know,how can I reduce a space with lvsnap's origin.