[dm-devel] [PATCH] thin_dump: added --device-id, --skip-mappings, and new output --format's

Ming-Hung Tsai mingnus at gmail.com
Fri Mar 18 02:04:37 UTC 2016


2016-03-18 6:45 GMT+08:00 Eric Wheeler <dm-devel at lists.ewheeler.net>:
>
> On Thu, 17 Mar 2016, Joe Thornber wrote:
>
>> If you're skipping the mappings does the new thin_ls provide enough
>> information for you?
>
> Our primary need is the ability to specify --device-id in the o:L:d output
> format (old_format.cc) with mappings.  Our nightly dumps now take 50
> seconds instead of 40 minutes since we only dump the dev_id's that we
> need.
>
> As for thin_ls, we're still in the 0.5.x branch, I couldn't get 0.6.x to
> build on el7:
>
> # git checkout v0.6.2-rc6
> Previous HEAD position was e46bdfd... v0.6.1
> HEAD is now at afb71d8... bump version
>
> # ./configure
> [...]
>
> # make
>     [CXX] base/application.cc
> g++: error: @LFS_FLAGS@: No such file or directory
> make: *** [base/application.o] Error 1
>
>
> Am I missing something trivial here?

Did you run autoconf to regenerate the configure script ? v0.6.x has
some changes in the configure script.

# make distclean
# autoconf
# ./configure
# make


Ming-Hung Tsai




More information about the dm-devel mailing list