# File lib/fog/libvirt/models/compute/server.rb, line 80
        def disk_path
          volumes.first.path if volumes and volumes.first
        end