Method: Uricp::Strategy::LocalConvert#conversion_options
- Defined in:
- lib/uricp/strategy/local_convert.rb
#conversion_options ⇒ Object
48 49 50 51 52 53 54 55 56 57 |
# File 'lib/uricp/strategy/local_convert.rb', line 48 def case ['target-format'] when :raw '-O raw' when :qcow2 "#{compress_option} -O qcow2 #{compat_option}" when :qcow3, :qcow2v3 "#{compress_option} -O qcow2 -o compat=1.1" end end |