# File lib/fog/rackspace/models/block_storage/volume.rb, line 38 def create_snapshot(options={}) requires :identity service.snapshots.create(options.merge(:volume_id => identity)) end