open-switch / opx-docs

OpenSwitch OPX documentation.
https://openswitch.net
122 stars 35 forks source link

where is the code of lvm #27

Open irevoire opened 5 years ago

irevoire commented 5 years ago

Hello,

I was just wondering where I could find the source code of lvm? Or is lvm not open source?

jghalam commented 5 years ago

The source is a simple python script. Since we started publishing virtualbox based Vagrant box for OPX, we decided not to publish the the source to avoid additional support and eventually phase out the tool. Please let me know if you still want to see the code and We can send it to you. But, I don’t think we want to publish it.

paulmenzel commented 4 years ago

How can it be a Python script?

$ file ~/Downloads/lvm
/home/joey/Downloads/lvm: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=fdb92fd0de3892fc2176220c6694f8eee61d4fa3, stripped
mikelazar commented 4 years ago

It's an executable generated from a Python script. https://datatofish.com/executable-pyinstaller/