NetApp

 view release on metacpan or  search on metacpan

lib/NetApp/Volume.pm  view on Meta::CPAN

            name	=> $name,
        );
    }

    sub delete_all_snapshots {

        croak(__PACKAGE__ . "->delete_all_snapshots not yet implemented\n");

        # XXX: This one's tricky to implement.  Should we parse the
        # output, and attempt to return a list of what was delete, and
        # what was busy?  Probably too ugly.

        my $self	= shift;

        return $self->get_filer->_run_command(
            command	=> [ qw( snap delete -a -f -q ), $self->get_name ],
        );

    }

    sub get_snapshot_deltas {



( run in 0.265 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )