If you ever want to find out which of the content databases in your farm use Remote blob storage (RBS), you can use the following PowerShell oneliner to find out:
Get-SPContentDatabase | %{Write-Host "-$($_.name): $($_.remoteblobstoragesettings.enabled)"}