Changeset cde36bfe8239966a8f8b533822f42173a4e2892f
- Timestamp:
- 08/04/10 02:15:19
(8 years ago)
- Author:
- Bryan Allen <ballen@omniti.com>
- git-committer:
- Bryan Allen <ballen@omniti.com> 1280888119 +0000
- git-parent:
[dffd8326579a10dfffca9efce1d3b9b888e65046]
- git-author:
- Bryan Allen <ballen@omniti.com> 1280888119 +0000
- Message:
tid13333 regression
git-svn-id: https://labs.omniti.com/resmon/trunk@428 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
rdffd832 |
rcde36bf |
|
117 | 117 | chomp $path; |
---|
118 | 118 | |
---|
119 | | my $dataset = $path; |
---|
| 119 | my $dataset = $mounts->{$path}; |
---|
120 | 120 | if ($dataset) { |
---|
121 | 121 | my $creation = run_command("$zfs get -H -o value -p creation $dataset"); |
---|