Code review comment for lp:~ltrager/maas/validate_storage

Revision history for this message
Lee Trager (ltrager) wrote :

I stand corrected. A partition/block device can have two file systems. One is the filesystem the administrator sets another is the one a user sets. I now use the get_effective_filesystem() method which returns the correct filesystem depending on what the node status is.

The only place I use the first() method is getting the filesystem_group for a cache_set.

« Back to merge proposal