# File lib/lvm/physical_volumes.rb, line 12
    def initialize(options)
      @pvs = PVS.new(options)
      @pvsseg = PVSSEG.new(options)
    end